mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +00:00
A toolkit for building secure, portable and lean operating systems for containers
Where "config-related" here means "ones you might find in the "org.mobyproject.config" label on an image. By making this new struct an anonymous member of the existing Image struct the Go json parser does the right thing (i.e. inlines into the parent) when parsing a complete image (from a yml assembly) by default. The Go yaml library which we use requires a tag on the anonymous field to achieve the same. Signed-off-by: Ian Campbell <ijc@docker.com> |
||
---|---|---|
.circleci | ||
cmd/moby | ||
docs | ||
examples | ||
src | ||
test | ||
vendor | ||
.gitignore | ||
CONTRIBUTING.md | ||
gometalinter.json | ||
LICENSE | ||
Makefile | ||
NOTICE | ||
poule.yml | ||
vendor.conf |