Misty Stanley-Jones
a8e84a80e1
Restructure and rewrite network content
2018-02-07 11:31:02 -08:00
Cheryl
9d15f4b4d0
Fixed tar options and path for restoring images
...
`-z` option for tar is used to filter through gzip. This should be excluded for the restore as it was not used during the backup.
The path is also fixed as it recreated the entire path within the volumes folder.
2018-02-06 09:31:07 -08:00
Misty Stanley-Jones
d01cb61034
Add redirect ( #5934 )
2018-02-06 09:22:43 -08:00
Misty Stanley-Jones
4d87878fc9
Change variable scope ( #5933 )
2018-02-06 09:10:13 -08:00
Wadim Kruse
b36b6d2c86
Fix restart policy description ( #5927 )
2018-02-06 09:02:36 -08:00
Gwendolynne Barr
bb88d284f7
Repair kubectl-path variable ( #5932 )
2018-02-06 09:00:40 -08:00
schalkwijk
589a83a38a
Use correct HTML character reference for em dash ( #5917 )
...
Minor typo in the docs - `—` should be used for an [em dash](https://en.wikipedia.org/wiki/Dash#Common_dashes ), not `&8212;`.
2018-02-05 09:35:49 -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
mds1455975151
0e064795f2
Update install-machine.md ( #5900 )
...
The installation method is optimized and the installation process is more concise
2018-02-02 09:57:38 -08:00
Jia Tian
5f54d913a9
Update multistage-build.md ( #5901 )
2018-02-02 09:50:00 -08:00
jugdizh
54fde831c6
Update index.md ( #5903 )
2018-02-02 09:48:50 -08:00
gtardif
19cfba5cc6
Docker for windows edge relnotes 18.02.0-ce-rc2-win51 ( #5906 )
...
Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>
2018-02-02 09:48:08 -08:00
gtardif
c16b77e4a2
Docker for mac edge relnotes 18.02.0-ce-rc2-mac51 ( #5907 )
...
Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>
2018-02-02 09:47:46 -08:00
Damien L-G
7aa95b6f67
Update link to documentation for filtering images by label ( #5889 )
2018-02-02 09:30:56 -08:00
Misty Stanley-Jones
793d43d79b
Add info about CE and EE max API mismatch ( #5910 )
2018-02-02 09:30:16 -08:00
Misty Stanley-Jones
28ccac2318
Correct a small error in Ubuntu EE doc ( #5896 )
2018-02-01 15:59:12 -08:00
Misty Stanley-Jones
16da56adc8
Remove Misty from default assignees ( #5895 )
2018-02-01 15:54:40 -08:00
Misty Stanley-Jones
174c84061d
Doc that you can't build Windows containers on Hub ( #5894 )
2018-02-01 15:43:04 -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
Joao Fernandes
0b73d7b02b
Fix broken link
2018-02-01 13:25:14 -08:00
Joao Fernandes
ec67657806
Fix broken link ( #5885 )
2018-02-01 12:58:28 -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
Gwendolynne Barr
3fbcb00c7d
Update part 1 ( #5806 )
2018-01-31 10:00:10 -08:00
Misty Stanley-Jones
a64a76ca11
Fix missing Toolbox install page ( #5872 )
2018-01-30 16:10:21 -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
Misty Stanley-Jones
e14d16d79d
Fix typo ( #5869 )
2018-01-30 15:48:42 -08:00
Misty Stanley-Jones
f0ae87c599
Update steps for IAM inline policy ( #5870 )
2018-01-30 15:48:26 -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
Misty Stanley-Jones
6ddec7eef0
Fix archive script bugs ( #5860 )
2018-01-29 17:39:20 -08:00
Misty Stanley-Jones
08e7715762
Make archive easier ( #5231 )
...
* Fix archive butterbar margin-top
* Add archive script and layout
2018-01-29 16:55:37 -08:00
modem_down
84b61d2ecf
Fix broken link ( #5790 )
2018-01-29 15:52:40 -08:00
Sasha Gerrand
d628a9f95a
Update docs for macOS hostname ( #5805 )
...
See: https://github.com/docker/docker.github.io/blob/master/docker-for-mac/release-notes.md#docker-community-edition-17120-ce-mac46-2018-01-09-stable
2018-01-29 15:51:21 -08:00
Christian Klaussner
f769463646
Explain how `volumes` and `devices` are merged ( #5852 )
2018-01-29 15:45:25 -08:00
Chris Williams
ab581979f8
Update index.md ( #5840 )
2018-01-29 14:22:12 -08:00
Joao Fernandes
6df34957dc
Fix broken link
2018-01-29 13:36:25 -08:00
Jim Galasyn
391549728c
Add PowerShell command to UCP client bundle topic ( #5857 )
2018-01-29 09:13:08 -08:00
Misty Stanley-Jones
f56b64516c
Add redirect for debian ( #5841 )
2018-01-26 16:26:56 -08:00
Akim Demaille
c8ad204ddc
Toolbox migration ( #5823 )
...
* Mac: teach how to migrate from toolbox by hand
We have removed the Toolbox migration tools from Docker for Mac (and
soon for Windows too) because they add a lot of pressure on the code
for a feature which is almost never used today by our users.
Signed-off-by: Akim Demaille <akim.demaille@docker.com>
2018-01-26 13:57:26 -08:00
Joao Fernandes
9a13aac814
Fix broken link ( #5838 )
2018-01-26 13:56:59 -08:00
Misty Stanley-Jones
9dfece1e89
Fix redirect loop on Debian install page ( #5839 )
2018-01-26 13:50:59 -08:00
art
1ff6bcd429
Changes from peer review
2018-01-26 13:01:42 -08:00
art
bf82a6b706
Fixing the superscripts in html table
2018-01-26 13:01:42 -08:00
art
6b6c6e0069
Fixes to formatting
2018-01-26 13:01:42 -08:00
art
739984965c
Fixing copy errors
2018-01-26 13:01:42 -08:00
art
c81e31dfd6
Beta v2 updates to various topics
...
- admin swarms: new dtr-storage param, UCP pw in create output, new
topic on security groups, note on COS storage not being deleted when
you delete a swarm
- cli-ref: new param to create cluster
- dtr-ibm-cos: new topics for Swift API COS, note on the delete
- faqs: permissions table
- Quickstart: UCP pw updates
- registry: point to new DTR COS topics
- release notes: add beta v1.0.2
2018-01-26 13:01:42 -08:00
art
6916f2a1a3
Updating release notes w v2
2018-01-26 13:01:42 -08:00