Commit Graph

44416 Commits

Author SHA1 Message Date
LRubin fd697ea100 adds notes on using org namespaces for the tutorial
Signed-off-by: LRubin <lrubin@docker.com>
2016-12-14 17:52:39 -08:00
Aaron Welch 73a4b015c6 update contact info for packet provider driver (#861) 2016-12-14 14:12:10 -08:00
Kazuhiro NISHIYAMA 4938b0aa81 Remove needless dot (#881) 2016-12-14 14:11:17 -08:00
Adrien Duermael 94c80bece5 fixed absolute links (#883)
* fixed absolute links

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* forgot one link in opensource/kitematic/set_up_dev

Signed-off-by: Adrien Duermael <adrien@duermael.com>
2016-12-14 14:10:46 -08:00
Jeff Anderson 7189c506fa clarify second delegation 2016-12-14 12:45:07 -07:00
Jeff Anderson ae9a4cb9cf you must add a second delegation 2016-12-14 12:28:43 -07:00
Svetlana Karslioglu c193e3c593 Added minor changes to the README.md file:
- Added a note about the nokogiri package dependencies when using
   Bundler.
 - Reorganized the whole "Use Jekyll directly" section for better
   readability.
2016-12-14 11:16:54 -08:00
buuren 3275110fb1 Update environment-variables.md
Anchor #env-file does not exist. Correct anchor is #envfile
2016-12-14 12:18:37 +02:00
Carl Harris b1f728062c use correct default socket path
Document previously specified the default location of the Docker socket as `/var/tmp/docker.sock`; the correct location seems to be `/var/run/docker.sock`.
2016-12-14 05:02:03 -05:00
solotech 4667b5f7f2 Update ubuntulinux.md (#877) 2016-12-13 17:02:25 -08:00
LRubin 7d3176ef7a Merge pull request #876 from sanscontext/cli-notes
Cloud: add notes about overriding the default user
2016-12-13 16:46:48 -08:00
Joao Fernandes 2dc3d29671 Merge pull request #842 from joaofnfernandes/dtr-release-notes
Add release notes for DTR 2.1.2
2016-12-13 16:30:59 -08:00
LRubin 9ffd715998 add notes about overriding the default user
Signed-off-by: LRubin <lrubin@docker.com>
2016-12-13 16:19:33 -08:00
John Mulhausen a643a524c3 Fixes #781 2016-12-13 15:42:49 -08:00
John Mulhausen a974754bf5 Fixes #782 2016-12-13 15:41:33 -08:00
John Mulhausen 5fc8dc4a02 Fixes #875 2016-12-13 15:39:16 -08:00
Adrien Duermael 5b8abceb56 don’t copy files to /_site (#871)
files in /usr/src/app/allvbuild and /_site are the same. Let’s just serve what’s in /usr/src/app/allvbuild.

Signed-off-by: Adrien Duermael <adrien@duermael.com>
2016-12-13 15:28:42 -08:00
Trapier Marshall a3a74e9db3 improve formatting on insecure registry openssl command (#873) 2016-12-13 15:28:00 -08:00
LRubin b82488eb27 Merge pull request #869 from sanscontext/id-security
add pointer to docker credential helpers
2016-12-13 13:24:20 -08:00
Joao Fernandes 8ef38d76d6 Add release notes for DTR 2.1.2 2016-12-13 13:06:47 -08:00
Nathan Guse 49dafa36f2 Fix Recovering from losing the quorum link (#860) 2016-12-13 12:51:52 -08:00
Chris Dituri 1c4fe38c04 fix typo in engine/swarm/how-swarm-mode-works/services.md (#857)
Signed-off-by: Chris Dituri <csdituri@gmail.com>
2016-12-13 12:50:02 -08:00
Misty Stanley-Jones 0273c09483 Add Windows info to Getting Started topics
Also some additional rewrites and updates

Signed-off-by: Misty Stanley-Jones <misty@docker.com>
2016-12-13 11:18:13 -08:00
Joao Fernandes 4c2701d2f5 Merge pull request #865 from joaofnfernandes/ucp-redirect
Add redirect for /ucp/reference/uninstall/
2016-12-13 10:42:59 -08:00
Joao Fernandes 6e9605153d Merge pull request #351 from forkbomber/distribution-registry-nginx-reverse-proxy-avoid-second-api-version-header
Registry: do not append second Docker-Distribution-Api-Version on Nginx reverse proxy
2016-12-13 10:42:35 -08:00
LRubin fc96ebc3f4 add pointer to docker credential helpers
Signed-off-by: LRubin <lrubin@docker.com>
2016-12-13 10:20:00 -08:00
LRubin dd3d6a130a Merge pull request #862 from burik666/patch-1
Update index.md
2016-12-13 10:16:27 -08:00
LRubin 7fe9c1d923 Merge pull request #856 from pkennedyr/patch-1
Updated w/ Docker Cloud Org Support
2016-12-13 09:48:11 -08:00
Joao Fernandes 9a1b8ef517 Add redirect for /ucp/reference/uninstall/ 2016-12-13 09:37:03 -08:00
Dan Shumaker d3bec385f1 Update index.md 2016-12-13 12:06:37 -05:00
Andrey Burov 824f06e35c Update index.md
Password is not hashes in the config file. Password is base64 encoded.
2016-12-13 18:06:48 +03:00
Ryan Kennedy 82d9e2d532 Updated w/ Docker Cloud Org Support
Updated image-scan.md to reflect that security scanning of private repositories w/in an organization is available in Docker Cloud.
2016-12-12 20:39:26 -08:00
Joao Fernandes a2c4e69ab7 Merge pull request #855 from joaofnfernandes/792-where-run-commands
Make clear where to run DDC commands
2016-12-12 18:44:26 -08:00
forkbomber f8d4f8b5c5 Do not add second Api-Version header
Only append "additional" Docker-Distribution-Api-Version header in case
none were received from upstream.

Signed-off-by: forkbomber <forkbomber@users.noreply.github.com>
2016-12-12 16:29:00 -08:00
forkbomber ad1b85e67c Disable parameters substitution in heredoc
Signed-off-by: forkbomber <forkbomber@users.noreply.github.com>
2016-12-12 16:29:00 -08:00
Michal Guerquin 204051f35c Fix typo (#853)
UCP -> UDP
2016-12-12 16:10:30 -08:00
LRubin 7935e3e113 Merge pull request #581 from MaximeHeckel/CLOUD-3442
update dockercloud events api doc with filters
2016-12-12 16:09:59 -08:00
Joao Fernandes 0ffee96b0a Make clear where to run DDC commands 2016-12-12 15:59:05 -08:00
Joao Fernandes 921e8d0bb3 Merge pull request #854 from joaofnfernandes/configure-ucp-logs
Add ELK stack example to UCP 2.0
2016-12-12 15:36:04 -08:00
Joao Fernandes fb216811b0 Add ELK stack example to UCP 2.0 2016-12-12 15:03:51 -08:00
Joao Fernandes 07fd6f5bc0 Merge pull request #844 from joaofnfernandes/list-offline-tars
Automate display of urls for DDC offline install
2016-12-12 13:42:14 -08:00
LRubin f5a3c6a3e6 Merge pull request #851 from sanscontext/refix-verify
fixing some additional formatting blips
2016-12-12 13:19:19 -08:00
Victoria Bialas 3d08faab47 Merge pull request #845 from londoncalling/webserver-container-access
formatting updates on d4mac
2016-12-12 13:18:54 -08:00
Victoria Bialas 63446320f1 backed out new troubleshooting tip per review comments
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2016-12-12 12:44:24 -08:00
LRubin b817088c57 fixing some additional formatting blips
Signed-off-by: LRubin <lrubin@docker.com>
2016-12-12 11:55:18 -08:00
Misty Stanley-Jones 733bf29cd8 Merge pull request #731 from mstanleyjones/distribution_docs_from_upstream
Pull distribution reference docs from upstream repo
2016-12-12 11:53:33 -08:00
Misty Stanley-Jones 74cbb5e33a Merge pull request #829 from mstanleyjones/update_pr_template
Improvements to PR and Issue templates
2016-12-12 11:33:35 -08:00
Misty Stanley-Jones 67b2ea0565 Merge pull request #297 from mstanleyjones/swarm_service_create_no_suitable_node
Add to swarm admin docs
2016-12-12 11:12:45 -08:00
Misty Stanley-Jones efd865f13f Merge pull request #235 from mstanleyjones/96_working_with_networks
Rewrites to the 'Working with Networks' topic
2016-12-12 11:09:50 -08:00
Misty Stanley-Jones 52a4baf032 Merge pull request #841 from mstanleyjones/ipv6_networking_routing_image
Fix image in ipv6 file
2016-12-12 10:57:51 -08:00