Files
linuxkit/projects
Thomas Gazagnaire 56229e486b sdk: add a file-descriptor sharing server
```
$ fdd init &
$ fdd share /tmp/foo # serve a fresh socketpair on that path
$ fdd test /tmp/foo  # read the socketpair and test that it works
```

Instead of `fdd test` (which is only useful for testing), users are expected to
connect to the unix domain socket and call `recvmsg(2)`. They will get one side
of the socketpair. Two different processes can do this and they will be able to
talk to each other.

Signed-off-by: Thomas Gazagnaire <thomas@gazagnaire.org>
2017-06-29 17:53:49 +02:00
..
2017-06-27 19:56:08 +01:00
2017-06-27 19:56:08 +01:00
2017-06-27 19:56:08 +01:00
2017-06-27 19:56:08 +01:00
2017-06-12 11:51:15 +02:00
2017-06-27 19:56:08 +01:00
2017-06-27 19:56:08 +01:00
2017-06-20 23:22:23 -07:00
2017-06-27 19:56:08 +01:00
2017-06-27 19:56:08 +01:00
2017-06-27 19:56:08 +01:00
2017-06-13 11:08:29 -06:00

Projects

We aim to provide a set of open spaces for collaboration to help move projects towards production. Projects should usually at a minimum provide a README of how to get started using the project with Moby, and a roadmap document explaining what the aims are and how to contribute. Most projects will probably provide a way to run the project in a custom Moby build in its current state, which ideally will be integrated in the Moby CI so there are checks that it builds and runs. Over time we hope that many projects will graduate into the recommended production defaults, but other projects may remain as ongoing projects, such as kernel hardening.

If you want to create a project, please submit a pull request to create a new directory here.

Current projects

Current projects not yet documented

  • VMWare support (VMWare)
  • ARM port and secure boot integration (ARM)

Completed projects

  • aws/: AWS support was merged into mainline in #1964.