A toolkit for building secure, portable and lean operating systems for containers
Go to file
Justin Cormack d3a1de393f
Use PAX tar format
The default Go tar has restrictions on filename length for example.

PAX is recommended over GNU.

Requires Go 1.10

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2018-04-24 16:46:26 +01:00
.circleci Move to Go 1.10 2018-04-24 16:20:15 +01:00
cmd/moby Generate intermediate image into a temp file 2017-12-06 16:07:46 +00:00
docs Add documentation about using images from private registries 2018-02-15 14:43:17 +02:00
examples Fix docker format build example 2017-11-18 22:22:33 +01:00
src Use PAX tar format 2018-04-24 16:46:26 +01:00
test Add support for OCI annotations 2018-01-17 12:26:08 +00:00
vendor Update Notary vendor 2018-04-11 11:13:10 +01:00
.gitignore Improve makefile and circleci config 2017-10-17 17:30:44 -04:00
CONTRIBUTING.md Move Contributing to top level 2017-07-14 11:50:51 +01:00
gometalinter.json Fix lint errors 2017-10-17 17:30:47 -04:00
LICENSE Add license files 2017-04-24 23:08:30 +01:00
Makefile Make test should be phony 2018-01-17 12:02:32 +00:00
NOTICE Add license files 2017-04-24 23:08:30 +01:00
poule.yml add initial poule config 2017-11-14 12:16:54 -05:00
README.md Reword the README to remove repeating statements 2018-03-11 20:28:52 +00:00
vendor.conf Update Notary vendor 2018-04-11 11:13:10 +01:00

Moby

Moby Project

The Moby Project is an open framework created by Docker to assemble specialized container systems without reinventing the wheel.

At the core of Moby is a framework which provides a “lego set” of dozens of standard components and tools for assembling them into custom platforms.

For more information, please visit the Moby Project home page.

Documentation