Commit Graph

1738 Commits

Author SHA1 Message Date
L-Hudson 7e19d7c4d3
Update trust_delegation.md
editorial crx
2019-02-05 10:35:21 -05:00
L-Hudson 45dcde622b
Update trust_delegation.md
editorial crx
2019-02-05 10:32:55 -05:00
ollypom 7b41a19159
Updated Notary Git URL, Added a Docker Client Config Section, Expanded Trust initiated documentation 2019-02-05 11:27:17 +00:00
LStuker 69e4ed2f24
CURRENT STATE instead of LAST STAT
With Docker version 18.09.1, build 4c52b90, the command `docker service ps helloworld` shows CURRENT STATE instead of LAST STATE.

Here is my example output of the command:
```
[root@docker01 ~]$docker service ps helloworld
ID                  NAME                IMAGE               NODE                DESIRED STATE       CURRENT STATE           ERROR               PORTS
3tj4b0gho76v        helloworld.1        alpine:latest       docker01            Running             Running 3 minutes ago

[root@docker01 ~]$ docker --version
Docker version 18.09.1, build 4c52b90
```
2019-02-03 10:44:50 +01:00
Anne Henmi 9369bcabc1
Merge pull request #8089 from andrewhsu/ins
update install instructions of docker engine to include containerd
2019-01-30 16:13:43 -07:00
L-Hudson d665c2e048
Update release-notes.md
editorial changes
2019-01-30 11:01:51 -05:00
Andrew Hsu c550b3dee2 update the release notes note to include cli package
Signed-off-by: Andrew Hsu <andrewhsu@docker.com>
2019-01-30 01:57:52 +00:00
Andrew Hsu aa420ff24b added extra notes section in release notes for installing containerd.io
Signed-off-by: Andrew Hsu <andrewhsu@docker.com>
2019-01-30 01:29:17 +00:00
paigehargrave 2d179c8734
Update release-notes.md 2019-01-29 20:06:23 -05:00
paigehargrave bcd04bd38a
Fix syntax 2019-01-29 20:01:07 -05:00
Paige Hargrave 605a77814e Merge branch 'master' of github.com:docker/docker.github.io 2019-01-29 12:51:17 -05:00
Anne Henmi 7a4f6bc2e2
Merge pull request #8083 from docker/relnotes-fixes-7701
Fixed missing 18.03.1-ee-3 and ee-4 release notes
2019-01-28 16:09:43 -07:00
Sebastiaan van Stijn e10f9d5d8e
Update engine/release-notes.md
Co-Authored-By: ahh-docker <41210220+ahh-docker@users.noreply.github.com>
2019-01-28 16:09:19 -07:00
paigehargrave 4129dc0da1
Changes for 8001
https://github.com/docker/docker.github.io/pull/8001/files
2019-01-28 16:30:03 -05:00
paigehargrave 3a1b490dcf
Latest code for 8083 2019-01-28 16:17:18 -05:00
Anne Henmi a291c98fdd
Update release-notes.md
Fixed note per @thaJeztah
2019-01-28 13:39:14 -07:00
paigehargrave 28691ed27e
Adding older info to Engine (8083) 2019-01-28 10:49:22 -05:00
ollypom cfec527a05 DCT Plugin is configured with Enforced not Enabled 2019-01-28 14:55:45 +00:00
L-Hudson 7cc4c2bcf6
Merge pull request #8027 from heaths/patch-1
Fix default directory path for Windows
2019-01-28 08:39:41 -05:00
Anne Henmi 0d7c91ecf4 Added release notes for v18.03.1-ee-4. 2019-01-27 22:53:33 -07:00
Anne Henmi 3b078e29fa Changes 2019-01-27 22:22:13 -07:00
Anne Henmi 7bd0d30b4b
Update running_ssh_service.md
Fixed typo.
2019-01-27 21:48:30 -07:00
paigehargrave 5675052756
Added spacing 2019-01-26 19:23:20 -05:00
paigehargrave 314b9014b5
Added information for 7944
Is this information still needed in the release notes since it's fixed in 18.09.01?

LInk to issue: https://github.com/docker/docker.github.io/issues/7944
2019-01-26 18:52:06 -05:00
L-Hudson c63a05ef5e
Merge pull request #8049 from ollypom/dctwithintheengine
Updating Docker Content Trust Documentation
2019-01-25 15:21:41 -05:00
L-Hudson 923f47c89b
Update trust_delegation.md
editorial crx
2019-01-25 15:16:44 -05:00
L-Hudson 111d449d81
Update content_trust.md
editorial crx
2019-01-25 13:04:21 -05:00
L-Hudson 333a7600b0
Update content_trust.md
editorial crx
2019-01-25 13:02:15 -05:00
Sebastiaan van Stijn 15c8663f0b
Fix missing .0 in engine version release notes
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-01-25 17:41:09 +01:00
Sebastiaan van Stijn de08e26a23
Add missing stubs for "docker engine" subcommands
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-01-25 16:56:21 +01:00
Anne Henmi 2ebcae3230
Update running_ssh_service.md
Fixed formatting and wording. Also moved note above the code.
2019-01-25 08:05:08 -07:00
Olly P 72a288caa2 Added managing Delegation Documentation 2019-01-24 11:18:11 +00:00
Olly P ae12369696
Updated following Jameson's feedback 2019-01-19 12:14:40 +00:00
Sebastiaan van Stijn 7002b9c5c2
Merge pull request #8006 from thaJeztah/remove_edge_reference_docs
Remove edge documentation
2019-01-18 19:13:58 +01:00
Olly P e96592a6e5
Updated Content Trust Automation Doc 2019-01-18 16:05:48 +00:00
Olly P a362adfb2b
First go at Docker Trust 2019-01-18 09:48:56 +00:00
Maria Bermudez 6f742babc7
Adding known Ubuntu upgrade issue 2019-01-17 09:06:01 -08:00
Heath Stewart e515aa26d2
Fix default directory path for Windows
As previously stated, the entire `%ProgramData%` directory would be ignored. This also uses a PowerShell syntax for which most people may not be familiar, but most often PowerShell users know how to translate from supported environment variables. The main point is to limit the directory to ignore to just docker. Many, many other applications write to `%ProgramData%`.
2019-01-15 16:59:52 -08:00
paigehargrave 80aa0bbfc6
Merge pull request #8019 from hedenface/patch-1
Fix link in security.md
2019-01-15 16:02:37 -05:00
Sebastiaan van Stijn 652f6703bf
Remove "edge-only" include
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-01-14 22:45:03 +01:00
Sebastiaan van Stijn aae9bfc276
Rename / remove edge-related variables
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-01-14 22:44:58 +01:00
Sebastiaan van Stijn f0e552f8db
Add SEO redirects for edge commandline reference
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-01-14 22:44:30 +01:00
Bryan Heden 59b9141edf
Fix link in security.md
Format for "Content trust in Docker" was incorrect. Also updated the link itself to be inline with the rest of them (at the bottom of the page).
2019-01-14 10:33:07 -06:00
paigehargrave 0dab4ade68
Merge branch 'master' into name-change-for-Docker-Desktop 2019-01-14 11:14:48 -05:00
paigehargrave 7b95f9ad5e
Update secrets.md 2019-01-11 16:15:17 -05:00
paigehargrave a93d6f148b
Update breaking_changes.md 2019-01-11 13:35:23 -05:00
paigehargrave 403da538a2
Update create-swarm.md 2019-01-11 13:12:20 -05:00
paigehargrave 2d752d9d34
Update dotnetcore.md 2019-01-11 13:06:21 -05:00
paigehargrave 4fb1c403ea
Update index.md 2019-01-11 13:01:08 -05:00
paigehargrave bb19d49405
Update index.md 2019-01-11 10:19:57 -05:00
Anne Henmi aeb3c1e9bb
Update release-notes.md
Fixed XX
2019-01-09 16:44:14 -05:00
Anne Henmi 297b0d7359
Update release-notes.md 2019-01-09 13:04:05 -05:00
Anne Henmi 8732cad9d0 Merge branch 'master' of github.com:docker/docker.github.io 2019-01-09 09:11:26 -05:00
Anne Henmi 3fd41f6d8c
Update release-notes.md 2019-01-03 11:55:49 -07:00
Sebastiaan van Stijn 6b827f1d93
Update engine/release-notes.md
Co-Authored-By: ahh-docker <41210220+ahh-docker@users.noreply.github.com>
2019-01-03 11:55:06 -07:00
Anne Henmi 0b08a05d4c
Merge pull request #7870 from docker/alt-ee-patching-895
Explained patching with CE-EE node activate.
2019-01-03 11:51:08 -07:00
Anne Henmi b754c5a647
Update release-notes.md 2019-01-03 11:24:07 -07:00
Sebastiaan van Stijn a2bf7effaa
Update engine/release-notes.md
Co-Authored-By: ahh-docker <41210220+ahh-docker@users.noreply.github.com>
2019-01-03 11:17:55 -07:00
Sebastiaan van Stijn a5c1ba0d59
Update engine/release-notes.md
Co-Authored-By: ahh-docker <41210220+ahh-docker@users.noreply.github.com>
2019-01-03 11:17:44 -07:00
Sebastiaan van Stijn 17858f10c2
Update engine/release-notes.md
Co-Authored-By: ahh-docker <41210220+ahh-docker@users.noreply.github.com>
2019-01-03 11:17:34 -07:00
Sebastiaan van Stijn 2587a8d114
Update engine/release-notes.md
Co-Authored-By: ahh-docker <41210220+ahh-docker@users.noreply.github.com>
2019-01-03 11:17:25 -07:00
Sebastiaan van Stijn ac1154f9f8
Update engine/release-notes.md
Co-Authored-By: ahh-docker <41210220+ahh-docker@users.noreply.github.com>
2019-01-03 11:17:11 -07:00
Anne Henmi a5022446d0
Merge branch 'master' into patch-relnote-dec-2018 2019-01-03 07:59:05 -07:00
L-Hudson 334ba6674f
Update ce-ee-node-activate.md
editorial crx
2019-01-03 09:27:36 -05:00
Maria Bermudez e31955bd7b
Minor edit 2019-01-02 11:26:18 -08:00
Anton Romanov 92f6c3b169
update swarm-config.md, fix typo
update swarm-config.md, fix typo
2019-01-01 12:23:22 +08:00
Anne Henmi aa92a9edc2
Merge pull request #6861 from nvcastet/patch-1
Update seccomp.md
2018-12-28 10:15:32 -07:00
Anne Henmi 0d06aac1bf
Merge pull request #7605 from uday-shetty/oel
added Oracle Linux
2018-12-27 08:36:48 -07:00
Maria Bermudez 24b204bc3c
Minor edits 2018-12-26 10:09:09 -08:00
Carl Dunkelberger f9c08b9861
Adding 18.09 as UCP/DTR compatible engine version
18.03 is not compatible with any version UCP or DTR. With the release of EE 2.1, UCP and DTR can be deployed not only with 17.06, but 18.09 as well. Linking to compatibility matrix for additional clarification.

Accidentally edited an extra line in my last commit
2018-12-26 11:57:06 -05:00
Anne Henmi d96e5019e0
Merge pull request #7645 from sujaypillai/patch-1
Update ce-ee-node-activate.md
2018-12-26 09:57:00 -07:00
Sebastiaan van Stijn 31d830a534
Remove reference to pre-1.12 standalone swarm
Docker 1.12 and under has reached EOL a long time ago,
and should not be used (as they have unpatched vulnerabilities).

Standalone swarm is now in maintenance mode, so we can probably
remove this reference.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2018-12-23 11:26:40 +01:00
L-Hudson 9f800b9c43
Merge pull request #7869 from docker/multiple-logging-drivers-7650
Changed misleading statement on logging drivers
2018-12-21 11:53:18 -05:00
Anne Henmi 9b243a7bb1
Update release-notes.md
Fixed version numbers for the patch release per @andrewhsu.
2018-12-21 09:51:33 -07:00
Anne Henmi aa63746990
Update release-notes.md 2018-12-19 15:10:16 -07:00
Anne Henmi f629a75157
Update release-notes.md
Fixed redirect_from: for jekyll so it'll stop complaining.
2018-12-19 15:05:46 -07:00
Anne Henmi 51fa8cc055
Update release-notes.md
Added initial security notifications. Need version numbers and release date before ready to merge.
2018-12-18 16:03:23 -07:00
Anne Henmi 42a5608c16 Initial draft. 2018-12-18 15:18:39 -07:00
Anne Henmi da86973a24 Added Go security notice for Engine. 2018-12-17 15:00:03 -07:00
Anne Henmi f4a199e646 Fixed redirect. 2018-12-17 14:31:42 -07:00
Anne Henmi 61ed46f6f0 Fixed redirects 2018-12-17 14:28:10 -07:00
Anne Henmi f623bc3746 Fixed Justin's fixes and removed an extra line in the meta data per Maria. 2018-12-17 14:15:38 -07:00
Anne Henmi 66d29c9ba6
Merge pull request #7372 from hestellez/patch-1
Propose an alternative ssh command
2018-12-17 14:07:03 -07:00
Anne Henmi ddc87ca14b Initial draft. 2018-12-17 08:05:56 -07:00
Anne Henmi 47f4b7d231 Changed misleading statement to "Added functionality for the docker logs command to include the output of multiple logging drivers." 2018-12-17 07:50:46 -07:00
Maria Bermudez be13b49abc
Merge pull request #7698 from thaim/patch-1
fix missing symbol to indicate start of command
2018-12-13 10:42:34 -08:00
Anne Henmi e1578c5cd8 Releases notes created for December 2018 Patch Release 2018-12-12 14:00:00 -07:00
Maria Bermudez 4bdcbf8ae9 Merge branch 'master' of github.com:docker/docker.github.io 2018-12-10 12:41:24 -08:00
L-Hudson c886d6d593
Merge pull request #7801 from jonpspri/patch-1
Update https.cnf - Clarify extfile directions
2018-12-07 15:48:24 -05:00
L-Hudson 43a1cb05a4
Update https.md
editorial crx
2018-12-07 15:39:01 -05:00
Maria Bermudez a3589d02d9
Merge pull request #909 from docker/docs-public
Merge Docker Hub content into Master
2018-12-07 10:04:17 -08:00
WeJie 4d67e28b63
Fix wrong command
Should use ` docker service ps nginx` verify the nginx service is fully re-deployed, not `docker service ls nginx`.
2018-12-07 23:22:46 +08:00
Jonathan Springer 9f22f38fa7
Update https.cnf - Clarify extfile directions
Directions around `extfile.cnf` for client certificates was somewhat confusing.  Edited the document to clarify that a separate file was to be created, not append a line to the file that had just been created for the server.
2018-12-06 09:12:55 -05:00
Anne Henmi 71f0dc086c Fixed merge conflict in engine/release-notes.md.
Merge branch 'master' of github.com:docker/docker.github.io
2018-12-05 16:15:41 -07:00
Jeffrey Morgan 5cdb36d5a1 Merge branch 'master' of github.com:docker/docker.github.io 2018-12-03 15:14:51 -05:00
WeJie d63986a46f
Get some miss content back from commit history 2018-12-02 16:19:42 +08:00
Eli Uriegas f65288b5fe Update moby/moby to docker/cli
The cli repository is its own thing now

Signed-off-by: Eli Uriegas <eli.uriegas@docker.com>
2018-11-30 19:06:31 +00:00
Jeffrey Morgan dacad06fbd Merge branch 'master' into consolidation-changes 2018-11-19 15:41:14 -05:00
thaim 1a2521cbc1 fix missing symbol to indicate start of command 2018-11-16 04:34:04 +09:00
Jasmin Young 78577e776f
Update release-notes.md
Requesting changes to release notes to add 17.06.2-ee-17 per: https://github.com/docker/docker-ee/releases/tag/v17.06.2-ee-17. Addtl reference: 7c0fb4a3e3
2018-11-15 11:03:28 -05:00
Jeffrey Morgan ca4ffb1ee2 Merge branch 'master' into consolidation-changes 2018-11-14 18:30:02 -05:00
Jeffrey Morgan d15739c5e7 Merge branch 'master' into consolidation-changes 2018-11-14 18:29:09 -05:00
Sujay Pillai 277697e3cb
Update ce-ee-node-activate.md
Updated `docker version` info before and after activation. The engine server has the label "Community" [while using CE] and "Enterprise" after activation.
2018-11-09 14:26:29 +08:00
Darwin Traver e1390a2c53
Typo
Minor typo (bracket needed)
2018-11-08 12:03:10 -05:00
Justin I. Nevill a28d9d8eda
fixed enterpirse 2018-11-07 20:48:53 -05:00
Justin I. Nevill 87a18d5a4c
fixed redirects 2018-11-07 20:44:51 -05:00
Justin I. Nevill 420a1ef836
Update release-notes.md 2018-11-07 20:41:42 -05:00
Maria Bermudez 720b2e8680
Spelling fix 2018-11-07 16:36:48 -08:00
Justin I. Nevill 758952785a
HTML -> MD table w/ fixes 2018-11-07 19:31:39 -05:00
Maria Bermudez 4da484fbe8
Update content_trust.md
Converted table to markdown
2018-11-07 15:56:20 -08:00
Anne Henmi 1755ede5d9
Update content_trust.md
Fixed closing </table> tag.
2018-11-07 15:34:46 -08:00
Justin I. Nevill 2fab90359b
Merge pull request #868 from docker/fix-md-fips
Escaped {{ }} in command output in FIPS.
2018-11-07 15:35:07 -05:00
Maria Bermudez c158840bac Final Go template fixes 2018-11-07 12:30:47 -08:00
Anne Henmi a7e7f2e89a
Update content_trust.md 2018-11-07 10:17:27 -08:00
Anne Henmi ff81152728
Update content_trust.md 2018-11-07 10:16:52 -08:00
Anne Henmi 2791870005
Update content_trust.md 2018-11-07 10:16:11 -08:00
Anne Henmi e87a26decc
Update content_trust.md 2018-11-07 10:11:23 -08:00
Anne Henmi d32723440e
Update content_trust.md 2018-11-07 10:09:17 -08:00
Anne Henmi 902c115d4d
Update content_trust.md 2018-11-07 10:04:44 -08:00
Anne Henmi 36fd87206c
Update content_trust.md 2018-11-07 10:01:22 -08:00
Anne Henmi 2a449f3886 Fixed table, hopefully. 2018-11-07 09:58:57 -08:00
Justin I. Nevill 002c72e75c
Merge pull request #862 from docker/fix-header-grc
Fix merge conflicts in engine relnotes
2018-11-07 12:15:23 -05:00
Hacktivista c695a430f0
Update configs.md
configs key is not (and will not be) supported in docker compose, check https://github.com/docker/compose/issues/5110 for more info
2018-11-07 11:15:49 -03:00
Justin I. Nevill f70b3589ad
Merge pull request #860 from docker/dtr-ee-upgrade
Dtr ee upgrade
2018-11-06 19:36:48 -05:00
Anne Henmi 03fc305663 Removed merge conflict droppings and cleaned up a bit of formatting. 2018-11-06 14:09:04 -08:00
Maria Bermudez 1cdb109de0 Add new directories for Engine API versions 2018-11-06 13:02:43 -08:00
Maria Bermudez a2c83bf5cd Add best practices info for DTR upgrade, fix spelling issue on Engine release notes 2018-11-06 10:23:23 -08:00
Anne Henmi 9d5dbc0f86 Merge branch 'master' into combine-eng-relnotes-737 2018-11-05 07:27:47 -07:00
Justin I. Nevill d393a90309
Merge pull request #844 from docker/beta-cleanup
Removed Beta disclaimer tags
2018-11-04 13:32:21 -05:00
Anne Henmi 4b41db68a8
Update release-notes.md 2018-11-02 14:29:15 -06:00
Maria Bermudez d7a21d29db Merge public:master into private 2018-11-02 10:03:18 -07:00
Anne Henmi 9417008906 Last of the files. 2018-11-02 09:28:22 -06:00
Anne Henmi 61fa19ba77 Removed more beta tags 2018-11-02 09:24:30 -06:00
Anne Henmi 111a634a3a
Update release-notes.md
Added back device mapper deprecation notice that was accidently removed.
2018-11-01 15:13:54 -06:00
Anne Henmi 31feb053c4 Merge branch 'combine-eng-relnotes-737' of github.com:docker/docs-private into combine-eng-relnotes-737 2018-11-01 14:29:40 -06:00
Anne Henmi d54c80e7bc Added Mark Church's caveat for upgrades https://github.com/docker/docs-private/pull/836 2018-11-01 14:11:34 -06:00
uday-shetty 5c54fe723d added Oracle Linux 2018-10-31 17:30:54 -07:00
Anne Henmi b7f8750c97
Update release-notes.md
removed aufs deprecation notice.
2018-10-31 14:59:44 -06:00
Anne Henmi 06171ef993
Update release-notes.md
Added EOL header, moved overlay2 and deprecation notice above it.
2018-10-31 10:50:36 -06:00
Anne Henmi f6499a5c15
Update release-notes.md
Added aufs deprecation notice.
2018-10-30 08:48:25 -06:00
Jan Vorwerk f045723263 Document side effect on the --userns=host flag (#7537)
* Document  side effect on the --userns=host flag

As explained in https://github.com/moby/moby/issues/34064#issuecomment-430985552

* Fixed typos & added reference to binaries with the setuid flag
2018-10-30 12:29:59 +01:00
Anne Henmi 1e526c4b06
Update release-notes.md 2018-10-29 17:13:53 -06:00
Anne Henmi d14fd01f5d
Update release-notes.md 2018-10-29 17:06:55 -06:00
Anne Henmi 0e8b0002b3 Made fixes based on 55a55ecfd7/CHANGELOG.md per @thajeztah 2018-10-29 11:13:15 -06:00
orlvn a2a0a73764
Update services.md
Tasks, not services are scheduled on nodes.
2018-10-29 17:29:36 +01:00
Anne Henmi f6975b40d2 Added in all the notes from https://gist.github.com/thaJeztah/7b03ec5583a827af9d916fd8c3e236af 2018-10-29 08:57:51 -06:00
Anne Henmi 45277e483f Added logging section 2018-10-26 15:31:26 -06:00
Anne Henmi 338bf56050 Adding from https://gist.github.com/thaJeztah/7b03ec5583a827af9d916fd8c3e236af. Currently up to Windows. 2018-10-26 15:00:32 -06:00
Justin I. Nevill a8659a4bb9
Merge pull request #796 from docker/dct-plugin-675
DCT plugin 675
2018-10-26 14:22:33 -04:00
Anne Henmi 61df683f6f Merge branch 'combine-eng-relnotes-737' of github.com:docker/docs-private into combine-eng-relnotes-737 2018-10-26 10:51:49 -06:00