This website requires JavaScript.
Explore
Help
Sign In
p4u1
/
docker-cli
Watch
0
Star
0
Fork
0
You've already forked docker-cli
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
870743bf590c03fdde4b63f9d0bc859c8794fce5
docker-cli
/
components
/
engine
/
dockerd
History
Solomon Hykes
870743bf59
'docker run -i' optionally opens stdin. 'docker attach' attaches to a running container (including stdin). 'docker run -t' allocates a tty (still buggy)
...
Upstream-commit: 7a50153c321ff96c16947b3bab9b8e385f2f2a5e Component: engine
2013-01-28 17:50:12 -08:00
..
dockerd.go
'docker run -i' optionally opens stdin. 'docker attach' attaches to a running container (including stdin). 'docker run -t' allocates a tty (still buggy)
2013-01-28 17:50:12 -08:00
dockerweb.html
Enabled stdin and interactive mode. 'docker run -a CONTAINER bash' will now correctly run an interactive shell. This required switching to a simple raw TCP protocol by default
2013-01-23 23:14:46 -08:00