Files
linuxkit/alpine/packages
Justin Cormack 8cc82ba98b Add some wrappers to support at least the default uid mapping
The busybox adduser and addgroup commands are ignored by docker,
as it avoids symlinks, but they are not compatible so this is
kind of a good idea.

See https://github.com/docker/docker/blob/master/pkg/idtools/usergroupadd_linux.go

However, these do not yet deal with creating mapping ranges in /etc/subuid and
/etc/subgid, so initially we provide a set that match the default docker name
so at least docker daemon --userns-remap=default should work.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-02-10 15:47:37 -08:00
..
2016-02-10 14:31:37 -08:00
2016-02-10 14:31:37 -08:00
2016-01-26 17:42:45 +00:00
2016-01-30 08:29:32 +01:00
2016-02-10 14:31:37 -08:00
2016-02-10 14:31:37 -08:00
2016-02-10 14:31:37 -08:00

The directories below should be turned into proper packages, built from upstream.

Currently these are temporarily vendored from pinata.