Commit Graph

47965 Commits

Author SHA1 Message Date
Edward Angert
e5e1b8dba7 fixed Container networking link
fixes https://github.com/docker/docker.github.io/issues/6115
2018-03-02 11:03:19 -08:00
John Gasper
dd75c65162 Update https.md 2018-03-02 11:01:34 -08:00
John Gasper
c1db5bd9a2 fixing a command's description
the command does not create a key, but generates a signed cert based on the CSR.
2018-03-02 11:01:34 -08:00
Seth Reid
3a2e0c8e18 Added required line to update TLS version
Github now only supports TLS1.2 and you need to run the following command to make sure these instructions work. Please let me know if my phrasing is not good and I can update to make it work
2018-03-02 10:58:44 -08:00
yihyunyi
f07444668c fix the incorrect sentence
In the sentence, repeated "you" twice.
2018-03-02 10:55:22 -08:00
Jaume Casado Ruiz
c267d4c1bf Fix typo in userns-remap.md 2018-03-02 10:54:50 -08:00
Christian Salway
31bb573f72 Spelling error
two two = to two
2018-03-02 10:53:59 -08:00
Lydell Manganti
3d2f49842c Update runmetrics.md - fix broken link
Fix link to correct anchor, add space.
2018-03-02 10:53:31 -08:00
gbarr01
964b492b40 Update _config.yml 2018-03-01 13:25:44 -08:00
Joao Fernandes
8f8427f04f Improve wording for UCP 2.2.5 release notes 2018-03-01 11:51:18 -08:00
gonzalovera
5313817cff Update network-tutorial-overlay.md (#6114)
Just a typo. Missing u.
2018-02-28 10:42:52 -08:00
Sebastiaan van Stijn
fee069375e Add more packages to uninstall before installation (#6092)
The CentOS, Red Hat, and Fedora package-repositories contain
several versions of the docker package. Some of those were
missing from the list of packages to uninstall, and could
conflict with the docker-ce/docker-ee package.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2018-02-28 10:15:18 -08:00
Ryan Abrams
f930ae9781 Update index.md (#6116) 2018-02-28 10:03:11 -08:00
Gwendolynne Barr
59ed5ef9cd Add 17.12.1 rel notes (#6112) 2018-02-27 20:13:34 -08:00
Misty Stanley-Jones
92e399ea44 Fix double-hyphen typographic bug (#6082) 2018-02-27 18:36:46 -08:00
Joffrey F
1ba03f1a34 Add build target to v3 reference (#6107) 2018-02-27 16:11:01 -08:00
Joao Fernandes
2657f16c88 Fix broken link (#6100) 2018-02-27 11:44:00 -08:00
gtardif
3dc86af3fc Release notes for 18.03.0-ce-rc1-win54 (Edge) (#6097) 2018-02-27 10:29:04 -08:00
Sasha Gerrand
8c4a2deca1 Update product version references (#5928) 2018-02-27 10:25:27 -08:00
gtardif
2cc7d0e616 Release notes for 18.03.0-ce-rc1-mac54 (Edge) (#6098) 2018-02-27 10:20:05 -08:00
Lydell Manganti
5c63b0b9f8 Update runmetrics.md (#6069) 2018-02-27 07:39:02 -08:00
Wang Jie
14200900cc Update install-w-machine.md (#6068) 2018-02-27 07:36:40 -08:00
Wang Jie
f5bb1c2c95 Update get-swarm.md (#6067) 2018-02-27 07:33:42 -08:00
gtardif
34010d7f24 Docker for mac stable relnotes 17.12.0-ce-mac55 (#6093) 2018-02-27 06:42:55 -08:00
Lydell Manganti
66f9839296 Update json-file.md (#6085) 2018-02-26 22:50:13 -08:00
Kyle Squizzato
2e25dd40b0 Access rethinkcli through dtr-rethinkdb (#6061)
* dtr-rethinkdb now houses the rethinkcli which means we no longer need
 to pull the rethinkcli container from hub.

Signed-off-by: Kyle Squizzato <kyle.squizzato@docker.com>
2018-02-26 10:28:54 -08:00
Brian Goff
51f84afb6c Remove outdated support statement on overlayfs (#6063)
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2018-02-26 10:02:14 -08:00
Diego Rabatone Oliveira
2f0e2b684a Fix grammar error on compose-file index.md (#6070) 2018-02-25 09:03:19 -08:00
Wang Jie
7f787f7bdf Update overview.md (#6065) 2018-02-23 19:52:02 -08:00
Rob Jackson
6e0df9e39e Ensure custom build hooks consume DOCKERFILE_PATH (#6026)
I have a custom build hook to pass in build arguments on a repository from which I build two Docker images (tags), from two Dockerfiles.

My second build, however, with the custom Dockerfile, was not being built correctly. It was being built with the default `Dockerfile`, instead of my specified custom one.

I quickly figured out the custom build hook was to blame because it doesn't specify which Dockerfile it should build from, but there was no mention in the documentation of an environmental variable I can consume to get the custom "Dockerfile location" value. By dumping the env vars during the build process, I can there is an environmental variable with that value: `DOCKERFILE_PATH`.

This PR updates the documentation accordingly, to:

1) Expose the fact this environmental variable exists, and explains its purpose
2) Make sure its consumed in the example custom build hook, so any copy-pasters find themselves already supporting custom Dockerfiles, rather than struggling with the same problem
2018-02-23 16:35:55 -08:00
Wang Jie
7be686bafe Update swift.md (#6054) 2018-02-23 15:40:51 -08:00
Corey Floyd
d2ab708bff Update to fix typo in dotnetcore.md (#6042)
Fixed typo in step one of Build and run the Docker image
2018-02-23 15:34:37 -08:00
LydellManganti
f3420e8c88 Update network-tutorial-standalone.md (#6056)
Fix typo on Step 7 Detach should be from alpine1 instead of alpine2.
2018-02-23 15:26:11 -08:00
carlfischer1
10a3d4576d Update docker-ee.md (#6064)
minor formatting fix and sample output correction
2018-02-23 15:13:47 -08:00
carlfischer1
88795e75f4 Update docker-ee.md (#5993)
Restore Docker install docs for Windows Server to their original form using DockerMsftProvider for consistency with Microsoft docs. DockerProvider will be used for Insider/Preview builds only.
2018-02-23 11:54:39 -08:00
Joao Fernandes
d8a829662e Make logs less noisy (#6062) 2018-02-23 11:49:59 -08:00
Wang Jie
158694b73f Update azure.md (#6053) 2018-02-23 09:08:06 -08:00
Kevin Preller
30623ab7c1 Fixed a typo in index.md (#6050) 2018-02-23 09:07:33 -08:00
刘冲
371f9fb532 Update index.md (#6052) 2018-02-23 09:06:47 -08:00
Joao Fernandes
5df17537d8 Fix links not rendering properly (#6049) 2018-02-22 13:24:44 -08:00
Wang Jie
29ee7e3e1c Update compatibility.md (#6043) 2018-02-22 04:32:20 -08:00
Joao Fernandes
ea4f69d910 Fix search page to not render raw HTML (#6038) 2018-02-21 13:29:12 -08:00
Abhinand Jinugu
d82e8c955a HRM and Window Servers (#5962)
* HRM and Window Servers

Note:- Windows Server doesn't support Swarm Mode Routing Mesh yet (not considering Windows Server version 1709 which will be out soon). This means the hrm service is exposed only through the manager node's ip (since Windows Server cannot be a manager node). Therefore the DNS entry for the host name ('wordpress.example.org' in this example) should be mapped to the manager node and not to any of the Windows worker nodes.

* HRM with Windows Server

HRM with Windows Server
2018-02-21 13:17:09 -08:00
Drew Volz
374d240c6a Update security.md (#6037) 2018-02-20 16:00:49 -08:00
BANO.notIT
eb8f177865 Fix docker compose to docker-compose (#6033) 2018-02-20 10:00:15 -08:00
Bryan Lee
a67f4a7aa7 Remove erroneous line (#6035) 2018-02-20 09:58:58 -08:00
Patrick Chanezon
1e88fbd088 update wordpress compose file (#6029) 2018-02-16 14:49:42 -08:00
Eiichi Kitagawa
25534d814a Fixing Event Log command
When you pull the log using "Get-EventLog" to a display, a line get cut off and important log data will not show up.  It should be piped to a csv file to capture the whole message just like how MS explains it here https://docs.microsoft.com/en-us/virtualization/windowscontainers/troubleshooting
2018-02-16 12:43:46 -08:00
Akihiro Suda
cd9fbc421e Update mirror.md
It was not obvious that additional configuration is needed for the official Registry image.

cc @dmcgowan @stevvooe
2018-02-16 09:35:33 -08:00
Gwendolynne Barr
2b87b1029b Repair edge links (#6022) 2018-02-15 17:15:34 -08:00