This website requires JavaScript.
Explore
Help
Register
Sign In
centersl
/
docker-docs
Watch
1
Star
0
Fork
0
You've already forked docker-docs
mirror of
https://github.com/docker/docs.git
synced
2026-03-29 07:18:51 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2dcb48af0fa9bba2fb47b08dd2c9747acf09ea44
docker-docs
/
execdriver
/
lxc
History
Victor Vieux
2dcb48af0f
Merge pull request
#3524
from tianon/supplementary-groups
...
Add supplementary groups lookup in sysinit
2014-02-10 14:42:14 -08:00
..
driver.go
Remove panic in lxc driver.
2014-02-07 19:09:52 -08:00
init.go
Move UserLookup functionality into a separate pkg/user submodule that implements proper parsing of /etc/passwd and /etc/group, and use that to add support for "docker run -u user:group" and for getting supplementary groups (if ":group" is not specified)
2014-01-31 20:15:24 -07:00
lxc_init_linux.go
Update/fix build tags, Dockerfile, and release.sh for proper building and releasing of linux/386 and linux/arm cross-compiled client binaries
2014-01-31 03:16:42 -07:00
lxc_init_unsupported.go
Update/fix build tags, Dockerfile, and release.sh for proper building and releasing of linux/386 and linux/arm cross-compiled client binaries
2014-01-31 03:16:42 -07:00
lxc_template_unit_test.go
Rename Process to Command
2014-01-20 16:05:07 -08:00
lxc_template.go
Update lxc_template.go
2014-02-03 16:14:15 -05:00