mirror of
https://github.com/docker/cli.git
synced 2026-08-30 10:05:11 -05:00
35c6bf733004fdee7f3d5462001eb6cc6b789c97
This makes it possible to simply wrap a command inside a container. This makes it easier to use a container as an unified build environment. Examples: ~/workspace/docker $ docker run -v `pwd`:`pwd` -w `pwd` -i -t ubuntu ls AUTHORS Makefile archive.go changes.go docker [...] docker run -v `pwd`:`pwd` -w `pwd` -i -t ubuntu pwd /home/marco/workspace/docker Upstream-commit: 687d27ab575778196ea646b6d3fa61b6c8e512b0 Component: engine
Languages
Go
92.3%
Shell
5.4%
Dockerfile
1.1%
Go-Checksums
0.7%
Makefile
0.3%
Other
0.2%