LK4D4
c7540b3e94
Workaround for hanging events. Fixes #4804
...
Docker-DCO-1.1-Signed-off-by: LK4D4 <lk4d4math@gmail.com> (github: LK4D4)
2014-03-24 22:31:32 +04:00
Vincent Batts
367a679b92
images: assurance and debug info on image layers
...
when pushing or saving layers, report sizes for validation. And ensure
that the files written are sync'ed.
Docker-DCO-1.1-Signed-off-by: Vincent Batts <vbatts@redhat.com> (github: vbatts)
2014-03-19 14:34:12 -04:00
LK4D4
c1f2abd899
Using names in docker ps --since-id/--before-id, resolves #3565
...
Also renames --since-id/--before-id to --since/--before and add errors
on non-existent containers.
Docker-DCO-1.1-Signed-off-by: Alexandr Morozov <lk4d4math@gmail.com> (github: LK4D4)
2014-03-18 23:30:21 +04:00
Guillaume J. Charmes
68dc189680
Merge pull request #4661 from vieux/add_no_prune
...
Add no prune
2014-03-17 16:07:55 -07:00
Victor Vieux
edd8d2d351
add no prune to rmi
...
Docker-DCO-1.1-Signed-off-by: Victor Vieux <victor.vieux@docker.com> (github: vieux)
2014-03-17 18:40:57 +00:00
Victor Vieux
5921b186d1
display command display in docker ps
...
Docker-DCO-1.1-Signed-off-by: Victor Vieux <victor.vieux@docker.com> (github: vieux)
2014-03-17 18:36:15 +00:00
Michael Crosby
5239aa1f11
Move server and buildfile into server pkg
...
Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael)
2014-03-14 09:37:08 -07:00
Solomon Hykes
745edc49cd
Merge dockerd into docker. 'docker -d' runs in daemon mode. For all other commands, docker auto-detects whether to run standalone or to remote-control the daemon
2013-03-13 00:29:40 -07:00
Solomon Hykes
070bc0bb6d
Merged version option by @kencochrane
2013-03-12 20:59:47 -07:00
Ken Cochrane
e20a74d247
fixed formatting issue
2013-03-12 17:34:15 -07:00
Solomon Hykes
46dce5918a
Merge pull request #48 from dotcloud/memorylimits
...
Memorylimits
2013-03-12 12:02:49 -07:00
creack
453d49573c
Put back the github.com path for the import
2013-03-12 11:59:27 -07:00
creack
d91d0da453
Fix merge issue
2013-03-12 08:59:32 -07:00
creack
150a4fe7e5
Merge master within fs
2013-03-12 08:33:21 -07:00
Guillaume J. Charmes
d24ce7dfd1
Merge branch 'fs' of https://github.com/dotcloud/docker into fs
2013-03-12 05:37:07 -07:00
shin-
de50c9c4e8
'docker run' works with paths as well as image IDs
2013-03-12 05:57:19 -07:00
Guillaume J. Charmes
45a8bba15e
gofmt
2013-03-12 05:36:37 -07:00
Guillaume J. Charmes
18f4e7e196
Put back the relative paths for dev purpose
2013-03-12 05:17:51 -07:00
shin-
8158616d61
Merge branch 'fs' of github.com:dotcloud/docker into fs
2013-03-12 04:29:06 -07:00
shin-
63dd8f1018
Re-enabled cat, write and ls ; Added creation date to image metadata
2013-03-12 04:24:26 -07:00
Solomon Hykes
132ecb2482
Replaced 'pull' and 'put' with 'import'
2013-03-11 21:04:16 -07:00
Sam Alba
3684b67572
Added -m to the run command in order to set a memory limit to a container
2013-03-11 19:51:24 -07:00
Charles Hooper
52b811f50a
Add all commands to the output of 'dotcloud help'. Fixes #39
2013-03-11 23:11:46 +00:00
Charles Hooper
a7cb3cb86a
Complete fix for #38 -- fix double-usage on help
2013-03-11 22:29:13 +00:00
Charles Hooper
06d420d2ea
Fix CmdInspect and CmdImages help/parsing. Fixes #38
2013-03-11 22:08:22 +00:00
shin-
5d6199b925
post-merge repairs
2013-03-11 07:39:06 -07:00
shin-
97a8209438
Merged master branch into fs
2013-03-11 05:42:36 -07:00
Guillaume J. Charmes
687d6f25ee
Change relative paths to absolute
2013-03-11 02:59:52 -07:00
shin-
93ba6dd82b
Plugged in image store in front-end (some commands are deactivated right now, will progressively reintroduce them
2013-03-08 10:48:22 -08:00
Solomon Hykes
410ebe379d
docker port: lookup public-facing tcp ports for a container
2013-03-06 00:39:03 -08:00
Solomon Hykes
74c88fdbc0
docker rmi -r: remove all images matching a regexp
2013-03-05 22:39:43 -08:00
Solomon Hykes
5675439b91
Re-enabled CmdPull progress bar code which had been temporarily disabled
2013-02-28 16:30:31 -08:00
Andrea Luzzardi
f857fa0ddd
Server: -p option to export TCP ports
2013-02-28 11:52:22 -08:00
Solomon Hykes
003ec21d36
If curl is installed, 'docker pull' will use it to download images with a pretty progress bar. Otherwise it will fallback to regular http.Get()
2013-02-26 17:28:24 -08:00
Solomon Hykes
ebaa50c4c9
docker wait: block until a container exits, and print its exit code
2013-02-26 11:43:54 -08:00
Solomon Hykes
f437f5b8b4
'docker pull' and 'docker put' automatically detect tar compression (gzip, bzip2 or uncompressed). -j and -z flags are no longer required.
2013-02-22 12:28:25 -08:00
Solomon Hykes
004272e6f5
docker/server: no more dependency on log
2013-02-19 13:07:25 -08:00
Solomon Hykes
dd9bb4e0d3
dockerd: removed debug messages
2013-02-19 13:04:19 -08:00
Solomon Hykes
d2885910bd
'docker start' and 'docker restart': start or restart a container
2013-02-14 13:49:05 -08:00
Andrea Luzzardi
e871eadab1
Server: Restored -u option (from merge)
2013-02-13 17:41:50 -08:00
Andrea Luzzardi
2f84bab879
go fmt
2013-02-13 17:28:13 -08:00
Solomon Hykes
e1b25e9b08
Moved server and client logic into sub-packages docker/server and docker/client, respectively. The UI is not affected.
2013-02-13 17:10:00 -08:00