605f913fc5point out that ENV DEBIAN_FRONTEND will persist, so its not recommended
Sven Dowideit
2014-02-10 16:10:15 +10:00
808f83bc5cplease, for the love of Docker, do. not. use. symlinks
Sven Dowideit
2014-02-07 15:21:33 +10:00
ff4a5b431bbe a little more explicit about what WORKDIR does
Sven Dowideit
2014-02-05 13:24:17 +10:00
8bef3842d7New build instruction: ONBUILD defines a trigger to execute when extending an image with a new build
Solomon Hykes
2013-12-04 10:36:21 +00:00
05c073b292docs/cli: add mtu option
Johan Euphrosine
2014-02-03 16:01:38 -08:00
3b5e659814add a known issue for lxc-1.0.0.beta3 and beyond for removeal of lxc-kill see #3844
Sven Dowideit
2014-01-31 12:30:16 +10:00
baded3bcc0Address feedback from @jamtur01. Docker-DCO-1.1-Signed-off-by: Andy Rothfusz <github@developersupport.net> (github: metalivedev)
Andy Rothfusz
2014-01-28 17:32:05 -08:00
ef0eb78f58Fix 2720 -- Expanded documentation for docker run. Docker-DCO-1.1-Signed-off-by: Andy Rothfusz <github@developersupport.net> (github: metalivedev)
Andy Rothfusz
2014-01-23 18:59:00 -08:00
a25ce61e87fix(docs): fixup based on changes in master
Brandon Philips
2014-01-21 12:47:27 -08:00
c046828392talk about the new exec form of RUN (Closes#3723) implemented by #3558
Sven Dowideit
2014-01-23 14:00:16 +10:00
5bfb9bf093change the documentation only - It looks like we have a number of cmdline params to completely update from the code version
Sven Dowideit
2014-01-22 14:12:01 +10:00
9a20d94d97Add a --signal option to the kill command to specify a signal.
Paul Lietar
2014-01-22 04:42:36 +00:00
f0d44c8bc1Documentation about automatic bind-mount dir creation
Maxime Petazzoni
2013-12-06 10:43:54 -08:00
632263387fUpdate bash completion to ignore stderr output of docker binary
Tianon Gravi
2014-01-20 01:26:01 -07:00
4e48cc274eadd a little info about ghosts
Sven Dowideit
2014-01-15 14:59:55 +10:00
d24c5c599dSwitch docker run --username to docker run --user which is more accurate (while we can still do so without breaking anyone's scripts)
Tianon Gravi
2014-01-13 13:16:12 -07:00
3ca9415d56Resync bash completion to include all flags defined in the code, and to autocomplete properly on all parameters that are reasonably possible to do so on today
Tianon Gravi
2014-01-11 01:00:03 -07:00
33415ebe36update commands.go
Victor Vieux
2013-12-23 11:43:54 -08:00
98b39c91deAdded Reference Manual
James Turnbull
2014-01-15 19:33:01 -05:00
fb17f9fcabMac OSX command for pip was incorrect
Paul
2014-01-02 09:52:07 +13:00
bc7722ea0fsupport for container names in bash completion
Thomas LEVEIL
2013-12-31 01:09:42 +00:00
2d576ea3b6make docs is more consistent
Sven Dowideit
2013-12-11 10:14:56 +10:00
3091ba88fachange the policy wrt $ sudo docker to simplify auto-testing
Sven Dowideit
2013-12-06 12:52:32 +10:00
01d4e98cc8Corrects misspellings of 'Sphinx'
John Feminella
2013-11-23 16:21:27 -05:00
b52c999103Suggest users install dependencies by using requirements.txt, not manually
John Feminella
2013-11-23 15:53:50 -05:00
e074bc6db1rebase and add some filters
Victor Vieux
2013-10-31 19:21:35 -07:00
23e91a6d7fadd links to the Dockerfiles as canonical external requirements, add example of building and exposing the docs and simplify the Dockerfile for cacheability
Sven Dowideit
2013-10-29 10:39:44 +10:00
bed37d2204Clean up level 3 headers.
Andy Rothfusz
2013-10-21 14:03:09 -07:00
9914c18a11Add zsh completion from @felixr with permission
Tianon Gravi
2013-10-15 03:04:06 -06:00
24c9b31edfMove contrib/docker.bash to contrib/completion/bash/docker for better organization
Tianon Gravi
2013-10-15 03:02:31 -06:00
ce220ef43bFix#1919 document how to edit and release docs.
Andy Rothfusz
2013-10-15 15:52:21 -07:00
22ab3ddc8aFixed some typo's and formatting issues in remote api documentation.
Thatcher Peskens
2013-08-05 15:55:40 -07:00
2216afb617Some more improvements on the docs readme. Removed references to website.
Thatcher
2013-07-31 13:59:56 -07:00
9c5f4391e1Updated docs README with instructions to preview the generated manfile, and where to get the one generated by sphinx.
Thatcher Peskens
2013-07-31 13:44:10 -07:00
77926c6033Enabled the docs to generate manpages.
Thatcher Peskens
2013-07-25 17:19:58 -07:00
74428120afMake style consistent
Daniel Gasienica
2013-06-01 21:26:54 -07:00
3c035fa508Add Mac OS X instructions for doc tools
Daniel Gasienica
2013-06-01 21:26:18 -07:00
99dfa4e7e8Add make server command to preview docs
Daniel Gasienica
2013-06-01 21:25:51 -07:00
6d79cab514Updated index to reflect new (short) 'engine' message (merged with solomon's new text), also moved around the layout a bit and fixed some small text errors.
Thatcher Peskens
2013-05-06 17:41:51 -07:00
f4399fe403Added code and color for 'note' and updated the hello world note.
Thatcher Peskens
2013-04-08 20:10:47 -07:00
244477e27fMerge of docker-website into the docker documentation.
Thatcher Peskens
2013-03-25 19:52:52 -07:00
f35a9d8098create README.md at this place for preview.
dhrp
2013-03-21 21:47:14 -07:00
97ebc19438Use a map instad of a switch/case for Compose transform.
Daniel Nephin
2017-06-01 15:22:09 -04:00
729d07a371Compose: Improve error messages when resource creation/updates fail.
Daniel Nephin
2017-06-01 14:50:07 -04:00
30af87981dMerge pull request #144 from thaJeztah/allow-some-flags-during-rollback
Daniel Nephin
2017-06-01 14:47:08 -04:00
b5baffde44Fix complexity of service/ps.
Daniel Nephin
2017-06-01 11:47:43 -04:00
bf22fc6781Merge pull request #136 from johnstep/fix_stack_service_volumes
Brian Goff
2017-06-01 11:06:06 -04:00
f10f29df8dAllow --detach and --quiet flags when using --rollback
Sebastiaan van Stijn
2017-06-01 16:25:17 +02:00
8b383d2351Remove deprecated -e/--email flag from docker login
Sebastiaan van Stijn
2017-06-01 12:55:04 +02:00
9043d39deaFix stack compose bind-mount volumes for Windows
John Stephens
2017-05-27 12:29:30 -07:00
efaadcf465Merge pull request #132 from mavenugo/stack-host
Vincent Demeester
2017-05-31 15:07:56 -07:00
6279612443Fix prefix-matching for service ps The docker CLI matches objects either by ID _prefix_ or a full name match, but not partial name matches.
Sebastiaan van Stijn
2017-05-31 21:43:56 +02:00
862649707eHandle a Docker daemon without registry info
Marcus Martins
2017-05-23 21:45:38 -07:00
d5b505ee8cOnly set default aliases when the network is user defined.
Daniel Nephin
2017-05-26 14:25:20 -04:00
341703d21eAdd tests for verifyExternalNetwork
Daniel Nephin
2017-05-26 12:15:23 -04:00
123f0bfd98With the introduction of node-local network support, docker services can be attached to special networks such as host and bridge. This fix brings in the required changes to make sure the stack file accepts these networks as well.
Madhu Venugopal
2017-05-25 19:50:08 -07:00
11e7d35f9cMerge pull request #127 from andrewhsu/gitcommit
Tibor Vass
2017-05-24 15:57:02 -07:00
446af3a9b7pass in optional GITCOMMIT override
Andrew Hsu
2017-05-24 17:26:53 +00:00
61c0b9f78dMerge pull request #102 from keloyang/attach-block
Sebastiaan van Stijn
2017-05-24 12:09:38 +01:00
5981675d5fUpdate go-winio to v0.4.1
Darren Stahl
2017-05-23 11:11:43 -07:00
e47cc91ac9Merge pull request #109 from vdemeester/codecov-in-circle
Daniel Nephin
2017-05-23 11:59:05 -04:00