Commit Graph

47936 Commits

Author SHA1 Message Date
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
Joao Fernandes 22b970c642 Address feedback on UCP 2.2.5 known issues 2018-02-15 15:55:01 -08:00
Joao Fernandes 0e0eecf1d5 Make sure users encrypt UCP backups 2018-02-15 15:54:47 -08:00
gore28akshay 9adcf16145 Update bridge.md
Spelling mistake.
2018-02-15 11:52:18 -08:00
gore28akshay 0e73891251 Update network-tutorial-standalone.md
Container alpine4 already connected to alpine-net. It has to be connected to bridge.
2018-02-15 11:51:35 -08:00
sify21 b1f23a2220 Update network-tutorial-overlay.md
`--global` should be `--mode globel`
2018-02-15 11:48:30 -08:00
Jeremy Lin cf4b96f7a7 Fix typos (`8021.q` -> `802.1q`) 2018-02-15 11:37:49 -08:00
Joao Fernandes 9f6359d650 Fix broken link 2018-02-15 11:27:41 -08:00
Wang Jie e7269f89b4 Update insecure.md
Hi,I‘m back 🐶
2018-02-15 11:26:59 -08:00
Wang Jie 838a03f5f2 Update notifications.md 2018-02-15 11:25:40 -08:00
Giancarlo Romeo 55108f0575 Fix typo
Wrong docker-compose filename.
2018-02-15 11:25:23 -08:00
nandhini915 2a790af017 Updated customer FAQ
Clarify docker login via CLI
2018-02-15 11:23:16 -08:00
Andrew Diamond fddd48a98c Fix link to go to english page 2018-02-15 11:21:11 -08:00
Vlastimil Zeman bd33e9ea08 Document journald tag as SYSLOG_IDENTIFIER (#5989) 2018-02-15 02:38:36 -08:00
Gwendolynne Barr e56b16a5a6
Add redirects (#6008) 2018-02-14 12:28:14 -08:00
Gwendolynne Barr 29f38f6219
Add note on end of scanning preview service (#6007) 2018-02-14 08:56:47 -08:00
Joao Fernandes 2480222b4e Release UCP 2.1.7, DTR 2.2.11, 2.3.6, 2.4.2 2018-02-13 11:22:01 -08:00
Joao Fernandes 235a431f4a Fix broken links 2018-02-12 14:38:39 -08:00
Gwendolynne Barr 4ba34b4aec
Add 17.03.2 Docker CE release notes (#5990) 2018-02-12 11:40:16 -08:00
gtardif 87d8a409c3 Windows toolbox migration instructions (#5939) 2018-02-10 12:19:16 -08:00
Joao Fernandes 366aab5aad Fix broken links 2018-02-09 13:44:23 -08:00
Misty Stanley-Jones 9ea7a4c57e
Remove reference to --graph (#5978) 2018-02-09 13:34:24 -08:00
Joao Fernandes e3f27df7af Add known issue to UCP 2.5 2018-02-09 13:28:39 -08:00
Misty Stanley-Jones 82baac4741
Add a redirect (#5968) 2018-02-09 13:19:51 -08:00
Julien Bordellier aa968de89b Fix port requirement for SSL of docker registry (#5973)
Just bellow my edit the port 443 is used, not the port 5000 as mentioned. This PR fixes that.
2018-02-09 13:19:38 -08:00
Gavin (Saturn XXVIII) cca10d4fb8 Fixes #5969 - spelling error fixed (#5970) 2018-02-09 13:18:57 -08:00
Sacha Oltmans aed0b2e2ac ENV layer persistence clarification (#5974) 2018-02-09 13:18:27 -08:00
Bryan Lee 2a2245fa15 remove mentions of opting in (#5976)
we have removed opt-in to scanning
2018-02-09 10:53:49 -08:00
gtardif c888f691fa Docker for mac edge relnotes 18.02.0-ce-mac53 (#5975)
Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>
2018-02-09 10:41:19 -08:00
Misty Stanley-Jones d14a9f96fd
Doc that for 2.1+, overlay networks are attachable (#5967) 2018-02-08 15:58:45 -08:00