Aanand Prasad
b08c014fd8
Updates to Compose getting started guide
...
- Some wording and formatting tweaks
- Use Python 3.4, because it's 2016
- Use Alpine-based images for faster downloads and less disk space usage
- Use the list form of `CMD` in the Dockerfile, so it's not wrapped in
sh
- Remove the `depends_on` from `docker-compose.yml`, as it's not really
needed - the web app connects to Redis when it's visited, not on
startup
- Add a section on updating the app and seeing the changes, because
that's the point of mounting the code in!
- Add a note about `docker-compose down`
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
2016-11-22 16:33:43 +00:00
John Mulhausen
0e65544a3f
Merge pull request #676 from sanscontext/update-analytics
...
Cloud API docs: swap out google analytics for segment
2016-11-21 17:42:31 -08:00
LRubin
75525bb923
swap out google analytics for segment
...
Signed-off-by: LRubin <lrubin@docker.com>
2016-11-21 15:13:08 -08:00
John Mulhausen
cb8154c88e
Remove GTM + GA native tags, now that we have Segment
2016-11-21 14:14:21 -08:00
John Mulhausen
03aec3b083
Merge pull request #655 from mischah/patch-1
...
Docs: Update versions of Docker, Compose, and Machine
2016-11-21 12:51:49 -08:00
John Mulhausen
cb9460a8b1
Merge pull request #653 from rogererens/patch-1
...
Add `docker ps -a`
2016-11-21 12:51:21 -08:00
John Mulhausen
3ad0802f51
Prevent *.github.io URLs from being indexed
2016-11-21 12:49:11 -08:00
John Mulhausen
b0df3a9568
Update docs.html
2016-11-21 12:44:49 -08:00
John Mulhausen
48e12921a1
Fixes #635
2016-11-21 12:24:15 -08:00
Victoria Bialas
94412b7a84
Merge pull request #673 from londoncalling/swarm-heartbeat-option
...
clarify syntax on swarm heartbeat for create machine command
2016-11-21 12:12:20 -08:00
Victoria Bialas
fd49e78fb0
clarify syntax on swarm heartbeat for create machine command
...
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2016-11-21 11:40:28 -08:00
Victoria Bialas
d5df4967f9
Merge pull request #594 from dsheets/patch-4
...
Docked for Mac: Custom host CA certs in stable
2016-11-21 11:21:31 -08:00
LRubin
6075f9a794
remove fragment
...
removing a random sentence fragment.
2016-11-21 10:40:44 -08:00
LRubin
beb9a97556
Merge pull request #656 from MicahZoltu/patch-1
...
Minor technical correction.
2016-11-21 09:54:31 -08:00
Micah Zoltu
adfc2cbcbc
Minor technical correction.
...
`$IMAGE_NAME` is actually `$DOCKER_REPO:$DOCKER_TAG`, not `$DOCKER_REPO/$DOCKER_TAG`. This mistake confused me and made me think that `$DOCKER_REPO` was something like `index.docker.io/MyName` rather than `index.docker.io/MyName/MyProject`.
2016-11-19 13:22:01 -08:00
Michael Kühnel
491df30891
Update versions of Docker, Compose, and Machine
2016-11-19 19:51:46 +01:00
John Mulhausen
57fcd95be9
Reverting reversion, geez
2016-11-18 19:08:42 -08:00
John Mulhausen
65ff90c6bb
Merge branch 'master' of https://github.com/docker/docker.github.io
2016-11-18 19:05:14 -08:00
John Mulhausen
69f07bcd1e
Revert "Merge pull request #654 from mstanleyjones/fix_dockerfile"
...
This reverts commit 2ede6ff7f0
, reversing
changes made to 30772c6703
.
2016-11-18 19:04:42 -08:00
John Mulhausen
0060ef460a
merge conflict fixes
2016-11-18 18:58:26 -08:00
John Mulhausen
9bdefe1f07
Merge branch 'auto-issue-assign'
2016-11-18 18:55:28 -08:00
John Mulhausen
9aadd420ba
Merge branch 'master' into auto-issue-assign
2016-11-18 18:55:10 -08:00
John Mulhausen
0c2c69b527
Make offsite edit this page links file-specific
2016-11-18 18:55:07 -08:00
John Mulhausen
99c9555130
Adding 1.12.x specific links
2016-11-18 18:51:05 -08:00
John Mulhausen
2ede6ff7f0
Merge pull request #654 from mstanleyjones/fix_dockerfile
...
Fixing the Dockerfile
2016-11-18 16:45:15 -08:00
Misty Stanley-Jones
fbab0cf7b9
Fixing the Dockerfile
2016-11-18 16:40:06 -08:00
John Mulhausen
30772c6703
Merge pull request #511 from mstanleyjones/pull_docker_refs_from_git
...
Pull docker refs from git
2016-11-18 16:09:37 -08:00
Roger Erens
fd6e83829d
Add `docker ps -a`
...
When one wants to remove an image no longer needed (as in the subsequent example w.r.t. nginx), but still used by a stopped container, one would not find that container using only `docker ps`. Introduction of `docker ps -a` seems warranted to me here.
2016-11-19 01:01:09 +01:00
Joao Fernandes
3ea168e548
Merge pull request #652 from joaofnfernandes/dtr-on-ucp
...
Make clear that DTR needs UCP
2016-11-18 15:42:50 -08:00
Joao Fernandes
b396fd2804
Add links to DTR config
2016-11-18 15:41:45 -08:00
LRubin
26ce688e26
Adds a space to correct broken code block
...
Kramdown is picky. :)
2016-11-18 15:31:25 -08:00
Joao Fernandes
b7b62b87b2
Make clear that DTR needs UCP
2016-11-18 15:25:14 -08:00
John Mulhausen
d1c99d64ca
Merge pull request #634 from sanscontext/dockerid
...
Meta Docker ID topic
2016-11-18 14:49:09 -08:00
Bhumika Bayani
707b0359f4
live-restore unsupported on Windows ( #564 )
...
* live-restore unsupported on Windows
Replaced heading with note. Review comment implementation
Fixes doc for https://github.com/docker/docker/issues/28295
Added quote formatting for a note
* Moved the note, some rewording
The situation is actually more complicated than that. If you develop Linux containers on Windows, you can still use Live Restore. So I tried to make it more clear.
Also moved the note to the top of the file since there is no point making people read a whole long thing if it won't work for them.
2016-11-18 14:36:26 -08:00
Joao Fernandes
9e83ad894b
Merge pull request #651 from joaofnfernandes/release-notes-tags
...
Update DTR release notes
2016-11-18 14:35:46 -08:00
Joao Fernandes
6c50838c90
Update DTR release notes
2016-11-18 14:29:43 -08:00
Victoria Bialas
29fd112ff7
Merge pull request #648 from londoncalling/d4win-d4mac-clarify-file-sharing-policies
...
added troubleshooting info re: security policy and shared drives
2016-11-18 14:24:05 -08:00
Victoria Bialas
66655a7e7b
added troubleshooting info re: security policy and shared drives
...
fixed some line numbering
backed out changes to d4mac, since the issue only applies to windows
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2016-11-18 14:07:59 -08:00
Misty Stanley-Jones
9b67312f10
Merge pull request #592 from xianlubird/master
...
Update reschedule on node fail
2016-11-18 13:54:03 -08:00
Joao Fernandes
f225403d4c
Merge pull request #649 from joaofnfernandes/fix-backup
...
Fix bad formatting in ucp docs
2016-11-18 13:53:48 -08:00
Joao Fernandes
28e458993d
Fix bad formatting in ucp docs
2016-11-18 13:46:41 -08:00
Victoria Bialas
2bdd19836c
Merge pull request #646 from londoncalling/compose-examples-yml
...
clarified use of .yml and .yaml for Compose file, both can be used
2016-11-18 13:03:31 -08:00
Victoria Bialas
a259f45166
clarified use of .yml and .yaml for Compose file, both can be used
...
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2016-11-18 12:21:51 -08:00
Victoria Bialas
af1a2bf340
Merge pull request #645 from londoncalling/d4win-fix-stable-version-number
...
fixed stable release number per user feedback on PR #616
2016-11-18 11:40:16 -08:00
Victoria Bialas
c1dc1e40fb
fixed stable release number per user feedback on PR #616
...
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2016-11-18 11:23:29 -08:00
LRubin
0d4d9d4077
Merge pull request #633 from sanscontext/cloud-api-docs
...
CLOUD-3695 remove deprecated section from api docs
2016-11-18 11:20:15 -08:00
LRubin
93ebd10872
stub for meta Docker ID topic
...
Signed-off-by: LRubin <lrubin@docker.com>
2016-11-17 17:36:50 -08:00
John Mulhausen
0b71b84ad4
Merge pull request #550 from davidwilliamson/patch-1
...
Update compose example to work better with swarm
2016-11-17 17:30:14 -08:00
Victoria Bialas
c88c38491f
Merge pull request #611 from londoncalling/docs-feedback-optimize
...
modify docs feedback to route support questions properly and encourag…
2016-11-17 16:42:23 -08:00
Victoria Bialas
e626571c45
modify docs feedback to route support questions properly and encourage docs specific issues
...
layout and wording changes per review comments
incorporated John's review comments
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2016-11-17 16:21:17 -08:00