Commit graph

25121 commits

Author SHA1 Message Date
Solomon Hykes
178e126a07 Fixed a bug which caused dockerd to crash when it received a call without arguments 2013-02-12 09:10:47 -08:00
Solomon Hykes
d0b6f7ef3b docker -i: interactive mode 2013-02-12 08:48:30 -08:00
Solomon Hykes
abb7b81b13 Added comments to rcli 2013-02-12 08:42:15 -08:00
Solomon Hykes
f330c2a248 Disabled remote access to dockerd. Preferred usage is over ssh. 2013-02-12 08:37:12 -08:00
Solomon Hykes
bded592a15 'docker kill': kill a running container without losing its filesystem and log state 2013-02-11 11:39:28 -08:00
Solomon Hykes
5926cfd0ec Cosmetic: renamed the variable for sub-command argument parsing, to avoid confusion between 'flag' and 'flags' 2013-02-11 11:17:25 -08:00
Solomon Hykes
db6ba2b908 Merge pull request #12 from niallo/master
Easy setup w/ Vagrant & Puppet
2013-02-08 19:22:09 -08:00
Solomon Hykes
a608f5e3b8 "docker info": display system-wide information. 2013-02-04 23:37:25 -08:00
Solomon Hykes
edc9968604 Clearer error message in the client when DOCKER env variable is not set 2013-02-04 23:25:28 -08:00
Niall O'Higgins
4355675d0c dropbox .tar.gz is now a gzip format file for real so change tar flag from j to z 2013-02-04 16:30:20 -08:00
Niall O'Higgins
581a1f0edb spelling; 2013-02-03 22:04:38 -08:00
Niall O'Higgins
738ed60407 zap # 2013-02-03 22:04:07 -08:00
Niall O'Higgins
814bb505ca initial Vagrant & Puppet setup under Quantal64. 2013-02-03 22:02:41 -08:00
Solomon Hykes
63ce08107e Added cool image to the README 2013-02-01 13:00:41 -08:00
Solomon Hykes
0db56e6c51 Added 'Standard Container manifesto' to README 2013-02-01 12:57:02 -08:00
Solomon Hykes
de1c361a6e docker rmi: remove an image 2013-02-01 00:08:45 -08:00
Joffrey F
81459a5afc Fixed README formatting 2013-01-31 19:01:18 -08:00
shin-
cc3fece3f8 Added README file with setup instructions 2013-01-31 18:58:05 -08:00
Solomon Hykes
bba4e36807 Fixed a bug with 'docker run' 2013-01-29 16:51:03 -08:00
Andrea Luzzardi
5a3fe231a2 Merge branch 'master' of github.com:dotcloud/docker 2013-01-29 15:51:30 -08:00
Andrea Luzzardi
caea45dd72 Container: Improved pseudo-terminal support 2013-01-29 15:51:21 -08:00
Solomon Hykes
29410f43a0 'docker run' with no argument runs a shell in the base image 2013-01-29 15:51:04 -08:00
Solomon Hykes
d5be77075a Fix a bug which caused the client to never exit in interactive mode when NORAW is set. 2013-01-29 15:37:54 -08:00
Solomon Hykes
35f5cc239b Fix web UI to work on remote URLs 2013-01-29 15:30:32 -08:00
Solomon Hykes
0d9db39539 Merge branch 'master' of ssh://github.com/dotcloud/docker 2013-01-29 15:24:51 -08:00
Solomon Hykes
8c142c6127 export NORAW=1 to disable raw mode in the client 2013-01-29 15:24:39 -08:00
Andrea Luzzardi
ca40989e45 Created tests for stdin pipes and tty handling 2013-01-29 15:16:45 -08:00
Andrea Luzzardi
94b1cf4be3 go fmt 2013-01-29 13:50:27 -08:00
Solomon Hykes
f8f9285cca Fix bug introduced in c7a944caf2 which caused 'docker images' to crash 2013-01-29 12:15:39 -08:00
Solomon Hykes
dfd15fbee8 Generate shorter container IDs for readability 2013-01-29 03:25:00 -08:00
Solomon Hykes
c7a944caf2 List containers ordered by creation time 2013-01-29 03:24:31 -08:00
Solomon Hykes
4f3362b85a docker run -c COMMENT 2013-01-29 03:21:23 -08:00
Solomon Hykes
bcfe2aa2a7 'docker ps' prints shorter lines 2013-01-29 03:18:07 -08:00
Solomon Hykes
279917e353 Fixed bug which caused permission errors for non-root users on rw layer (Thanks @jpetazo!) 2013-01-29 03:14:16 -08:00
Solomon Hykes
d93070b207 Temporary licence file until we open-source it 2013-01-28 23:34:17 -08:00
Solomon Hykes
1b898574cf 'docker inspect' can be used on images and containers 2013-01-28 23:22:45 -08:00
Solomon Hykes
49da84d7c4 Fixed a bug which caused 'docker cp' to fail when the destination name already exists. 2013-01-28 23:17:47 -08:00
Solomon Hykes
d8a4910eee Fixed docker.fake so that fake.StartCommand() can be used on Darwin for testing 2013-01-28 23:16:41 -08:00
Solomon Hykes
2dadcf9b81 Fixed bug which caused AUFS layers to be mounted in the wrong order. 2013-01-28 23:15:02 -08:00
Solomon Hykes
903f091adc 'docker ps' lists running containers. 'docker ps -a' also includes stopped containers 2013-01-28 23:13:58 -08:00
Solomon Hykes
c283ff6675 Fixed typo in Darwin termios settings 2013-01-28 18:37:54 -08:00
Solomon Hykes
7a50153c32 '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
Andrea Luzzardi
9906a9af8f Merge branch 'master' of github.com:dotcloud/docker 2013-01-28 17:32:38 -08:00
Andrea Luzzardi
54a946e333 Networking: Mount bind (ro) the host's /etc/resolv.conf into the
container in order to get networking.
2013-01-28 17:32:15 -08:00
shin-
c914aaf43e Forgot an import in termios_darwin 2013-01-28 17:07:38 -08:00
shin-
08ac1d0b35 Different termios for linux/darwin 2013-01-28 17:06:46 -08:00
Andrea Luzzardi
333abbf85a go fmt 2013-01-28 14:30:05 -08:00
Solomon Hykes
192446e796 Merge branch 'master' of ssh://github.com/dotcloud/docker 2013-01-28 14:23:39 -08:00
Andrea Luzzardi
d802a31be5 Fixed broken unit test after merge 2013-01-28 12:11:30 -08:00
Andrea Luzzardi
2cb444248d merge conflicts 2013-01-28 12:06:49 -08:00