Commit Graph

1394 Commits

Author SHA1 Message Date
Tammy Fox 1c1b1c092b
Merge pull request #6997 from scjane/patch-102
Update userns-remap.md
2018-08-06 15:56:37 -04:00
kmddevdani 6c3b584839
added data directory for mac to antivirus doc
might solve #7136
2018-07-31 09:07:45 +12:00
Shayne Boyer 240a1836ac
Update dotnetcore.md
removed version to ensure always up to date; getting latest
2018-07-17 08:26:44 -07:00
Shayne Boyer b3d4391849
Update dotnetcore instructions
* Base image for aspnetcore were migrated as of 2.1 per https://github.com/aspnet/Announcements/issues/298 
* Further reading reference to Docker Hub updated to /dotnet 
* Add link to docs.microsoft.com
2018-07-15 18:15:52 -07:00
Wang Jie 76c7725117
Update userns-remap.md 2018-07-06 17:46:02 +08:00
Michael Herman f26babcc29 Update secrets.md 2018-06-28 15:25:42 -07:00
John Yani a362eba1c7 Service templates: Capitalize .Node.Hostname (#6753) 2018-05-24 08:52:28 -07:00
Vimal Raghubir 93b084adbb Refixed the grammar issues in docker-overview.md 2018-05-23 14:00:58 -07:00
Nathan Jones 6df075f1c7 Add node.hostname to Go template placeholder options
The following command works on Docker CE 18.03.1-ce so .node.hostname should be included in the doc:

`docker service create --name myservice --hostname="{{.Node.Hostname}}-{{.Service.Name}}" busybox top`

This does not yet work however on the latest EE release, so I'd like some help knowing how best to add a note indicating this on the page.
2018-05-16 16:09:07 -07:00
Bo Chen 3dee59ac95 correct a mistake 2018-05-16 16:00:20 -07:00
Robert Hafner 5804b3ae18 Clarify which manager to run the join command on 2018-05-15 15:58:33 -07:00
Bryan Thornbury f32bbe902d Remove adjtimex. (#6032) 2018-05-10 09:40:37 -07:00
Constantin Galbenu c5c80569a0 Updated a broken link (#6650) 2018-05-10 09:01:30 -07:00
newbieof410 2ae44c1824 A typo in docker-overview.md (#6588) 2018-04-30 10:57:15 -07:00
Trapier Marshall 927844cac4 move mount csv note from services to volumes (#6568) 2018-04-27 09:50:19 -07:00
Trapier Marshall f3a65169a1 tone down service bind mount admonishment (#6567) 2018-04-27 09:45:07 -07:00
Trapier Marshall 45350ed397 clarify independence of volume lifecycle (#6563) 2018-04-27 09:44:21 -07:00
Darius Kramer 627793e1a8 Fix minor typo in services.md (#6485) 2018-04-20 09:53:59 -07:00
Gwendolynne Barr 3243cec451
Fix wrapping swarm states (#6438) 2018-04-12 08:12:56 -07:00
Gwendolynne Barr 542032cf21
Add swarm task state REMOVE (#6206) 2018-04-11 13:46:29 -07:00
Gionni 5bb6473a72 less is more - avoid cat to grep something. (#6383) 2018-04-06 11:07:06 -07:00
Dilip 373214ff98 Use printf instead of echo
`echo` adds a newline feed for the given input, therefore, it doesn't work.
2018-04-02 15:20:01 -07:00
Trapier Marshall 67076f0ef8 swarm services: correct typo
Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
2018-04-02 15:08:24 -07:00
Gwendolynne Barr 1ad7485421
Repair postgres link (#6346) 2018-03-29 11:40:17 -07:00
Damien L-G 1d2b6f6fcd Update links to AppArmor's wiki (#6335) 2018-03-29 09:49:40 -07:00
Eric Smalling 50beb52f48 Adding 500KB content limit note (#6330)
Size limit per https://github.com/docker/swarmkit/blob/master/manager/controlapi/config.go#L18
2018-03-29 07:07:53 -07:00
gbarr01 f36f3ec156 Update engine API docs, fetch script, and matrix 2018-03-22 16:52:53 -07:00
gbarr01 cb157b3318 Update engine CLI docs, stubs, and TOC 2018-03-22 16:52:53 -07:00
Joao Fernandes 03e09ed114 Revert "Update engine CLI docs, stubs, and TOC"
This reverts commit 9e5ed3edd4.
2018-03-22 11:58:07 -07:00
Joao Fernandes c9dcb9733c Revert "Update engine API docs, fetch script, and matrix"
This reverts commit 119bda6e17.
2018-03-22 11:58:07 -07:00
gbarr01 119bda6e17 Update engine API docs, fetch script, and matrix 2018-03-22 11:14:27 -07:00
gbarr01 9e5ed3edd4 Update engine CLI docs, stubs, and TOC 2018-03-22 11:14:27 -07:00
Akim Demaille 14b53b68c3 Jekyll: don't put {% raw %} directives in pre blocks
Replace all occurrences of

    ```foo
    {% raw %}
    bar
    {% endraw %}
    ```

(which generates spurious empty lines in the rendered pre block) with

    {% raw %}
    ```foo
    bar
    ```
    {% endraw %}

Also, fix some occurrences where the raw section is too large and
prevented interpretation of Jekyll directives.

This is the syntax used in the documentation of Jekyll itself:

https://raw.githubusercontent.com/jekyll/jekyll/master/docs/_docs/templates.md

FTR, done with two perl substitutions:

    '^([\t ]*```[^\n]*
    )([ \t]*\{% raw %\}[^\n]*
    )' '$2$1'

and

    '^([ \t]*\{% endraw %\}[^\n]*
    )([\t ]*```[^\n]*
    )' '$2$1'

and manually tweaks.  A mechanical check would be most useful.

Signed-off-by: Akim Demaille <akim.demaille@docker.com>
2018-03-13 10:28:29 -07:00
Shane O'Grady a78f7d345f Fix typo (#6158)
maxumum -> maximum
2018-03-06 06:57:29 -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
Jaume Casado Ruiz c267d4c1bf Fix typo in userns-remap.md 2018-03-02 10:54:50 -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
Drew Volz 374d240c6a Update security.md (#6037) 2018-02-20 16:00:49 -08:00
gbarr01 13be4ade89 Update engine API docs and fetch script 2018-02-08 13:54:12 -08:00
Misty Stanley-Jones a8e84a80e1 Restructure and rewrite network content 2018-02-07 11:31:02 -08:00
Misty Stanley-Jones a17a47dd77
Favor docker <object> <verb> format of commands (#5914)
Remove instances of:
- docker rmi
- docker images
- docker stop
- docker rm
- docker create
- docker exec
- docker attach
2018-02-05 09:33:47 -08:00
Misty Stanley-Jones 1b343beca4
Clean up information architecture (#5893)
- Move /engine/admin/ and /engine/userguide/ topics to /config/ and /develop/
- Get rid of some stub topics that are no longer needed
- Rename /engine/article-img/ to /engine/images/
- Mark ambassador linking topic as obsolete
- Flesh out multistage build topic
- Reorganize some terribly obsolete content in other files
2018-02-01 15:25:43 -08:00
Misty Stanley-Jones ad80c3de5f
Move storage docs into /storage (#5884) 2018-01-31 16:16:51 -08:00
Misty Stanley-Jones 72c6cbce38
Document an example for --with-registry-auth flag (#5882) 2018-01-31 13:55:42 -08:00
mrajphemi 288465b5fd Fix typo in user namespace docs (#5881)
There was a typo in a file name.
should be /etc/passwd not /etc/password
2018-01-31 13:03:54 -08:00
Misty Stanley-Jones e9be468ed2
Add info about setting config options (#5879) 2018-01-31 11:23:40 -08:00
lostsquirrel 719e1f387d Update build-bridges.md (#5875)
* Update build-bridges.md

this guide not work for me in 
`Linux ubuntu  4.4.0-87-generic #110-Ubuntu SMP Tue Jul 18 12:55:35 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux`
it must create the bridge device first, is this correct?

* Correct the example

No need to use `brctl` and no need to re-create the `br0` bridge since Docker creates it automatically and the whole point of this tutorial is to use a different bridge.
2018-01-31 10:16:26 -08:00
Misty Stanley-Jones 7ca66dc7aa
Doc that you need an initialized swarm for tutorial (#5871)
You need to initialize your swarm before starting a service on it.
2018-01-30 16:04:38 -08:00
whyun7892 a68b8ffdc1 Target ip in the config file needs to be changed (#5865)
* Target ip in the config file needs to be changed
2018-01-30 14:49:37 -08:00