Commit Graph

55590 Commits

Author SHA1 Message Date
Sebastiaan van Stijn 418f68ca86
engine: sync reference docs
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-03-11 15:41:56 +01:00
Usha Mandya 1d39082fa8
Merge pull request #12470 from ulyssessouza/update-project-dir
Update project directory precedence doc
2021-03-10 14:50:45 +00:00
Ulysses Souza 13a616b29a Update project directory precedence
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
2021-03-10 11:15:40 -03:00
Usha Mandya 41b2904738
Merge pull request #12466 from ndeloof/compose-cli
compose cli reference documentation
2021-03-10 11:41:38 +00:00
Usha Mandya ef78003d20
Merge pull request #12447 from akester/patch-1
Add `lsb-release` to required debian packages.
2021-03-09 14:59:30 +00:00
Usha Mandya 63c0c825c4
Merge pull request #12467 from usha-mandya/compose-update-patch
Minor wording update
2021-03-09 14:50:42 +00:00
Usha Mandya a1590eb7b1
Merge pull request #12380 from thaJeztah/rewrite_backup_restore
Rewrite "save and restore data" section
2021-03-09 14:50:14 +00:00
Andrew Kester 891837abf9 Add `lsb-release` to required debian and ubuntu packages
Certain installations may not have this.  Without this, the step
where `/etc/apt/sources.list.d/docker.list` will fail and write
garbled data to the file, potentially breaking apt.

Co-Authored-By: Andrew Kester <akester@cox.net>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-03-09 15:47:10 +01:00
Usha Mandya 7c23883e19 Update desktop version number
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-03-09 14:46:50 +00:00
Usha Mandya f839daebff
Merge pull request #12456 from JoshuaSchlichting/patch-1
Fixed networking.md malformed whitespace
2021-03-09 14:39:05 +00:00
Usha Mandya 2355e7f32c
Merge pull request #12458 from StefanScherer/fix-django-ps-command
Django: Use docker ps to be in sync with the sample output
2021-03-09 14:30:52 +00:00
Usha Mandya c3bc63edf1 Minor wording update
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-03-09 13:59:05 +00:00
Usha Mandya 02767b2413
Merge pull request #12465 from usha-mandya/mac-relnote-patch
Clarify note on launching iTerm2 terminal
2021-03-09 13:55:19 +00:00
Sebastiaan van Stijn 203a4ee74b
Rewrite "save and restore data" section
This started as a "fix some links", but reading the section, I found various
issues that could use some improvement. After that, I noticed that both the
Windows and Mac pages had the same content, so I moved this to a common page
instead.

Note that there's still additional information that should likely be included
(and perhaps a rewrite into "per topic" headings (containers, images, ...).

Things that are missing;

- backup/restore swarmkit configs
- backup/restore swarmkit secrets
- backup/restore CLI configuration, trust data etc.

What I did in this pull request:

- recommend pushing images to Docker Hub as the default approach to back up
  images (but kept `docker image save` as an alternative)
- recommend `docker container commit` to save containers to an image, as doing
  so preserves both the container's configuration _and_ filesystem changes.
  `docker container export` only preserves the filesystem, but all other
  configuration is lost, which makes it hard to restore a container from it.
  Using `docker container commit` (committing the container to an image) also
  allows to follow the same procedure to backup containers as for images
  (both allowing them to be pushed to a registry, or to a file).
- added some information about "wether or not" containers should be backed
  up, as it may not be needed to back up containers if all data is stored
  in volumes (best practice).
- added some warnings regarding "sensitive data" (environment variables),
  and links to making repositories private before pushing.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-03-09 12:23:32 +01:00
Nicolas De Loof 4a68e6cca3
compose cli reference documentation
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-03-09 12:16:34 +01:00
Usha Mandya 04db144d3e Clarify note on launching iterm2 terminal
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-03-09 11:09:22 +00:00
Guillaume Tardif fd6a291c0b
Compose command doc (#12433)
* Compose in Docker CLI overview

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>

* Add compatibility list page for compose command

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>

* Apply suggestions from Usha

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>

* Apply suggestions from Usha

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>

* Latest update on compatibility list

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>

* Add install instructions

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>

* Suggestions by Marina

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>

* Subsection for compose CLI Tech Preview

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-03-09 10:59:03 +00:00
Usha Mandya c64aca187a
Merge pull request #12440 from usha-mandya/engdocs-363
Update docker scan version
2021-03-09 09:34:59 +00:00
Sebastiaan van Stijn fc32f5721a
Merge pull request #12406 from pneumoman/patch-1
Update resource_constraints.md
2021-03-09 09:36:53 +01:00
Stefan Scherer 8d2f2b639f
Django: Use docker ps to be in sync with the sample output
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2021-03-08 12:51:02 +01:00
Joshua Schlichting 11608ecb55
Fixed networking.md malformed whitespace
Adjusted what appeared to be malformed yaml whitespace in the 'Specify custom networks' section
2021-03-07 10:31:58 -05:00
Usha Mandya a81a990528
Merge pull request #12449 from usha-mandya/engodcs-392
Update get started overview
2021-03-05 22:47:16 +00:00
Usha Mandya 9fbea0dd72 Update get started overview
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-03-05 22:14:56 +00:00
Stephen Turner c16a637c28
Add another known issue for M1 (#12448)
* Add another known issue for M1

* Minor fix

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-03-05 19:13:48 +00:00
Stephen Turner 3e1e9bb5ce
Update release-notes.md (#12445)
* Update release-notes.md

Copy the note about what to do if you are on 3.2.0 into the 3.2.1 release notes too, because it will be more visible there.

* Minor update

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-03-05 15:48:39 +00:00
Jesper Rønn-Jensen 2ef942f78b
Add compatibility notes for docker multistage build (#12379)
* add compatibility notes for docker multistage build

add note that multistage docker builds are supported from version 17.05 and upwards.

(this is according to the release notes https://docs.docker.com/engine/release-notes/17.05/)

* Minor update

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-03-05 14:56:50 +00:00
Clemens Lieb c16d0e9d74
Take note of TLS limitation for TCP connections (#12373)
* Take note of TLS limitation for TCP connections

* Minor style update

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-03-05 14:55:51 +00:00
Usha Mandya 8ac7b5075d
Merge pull request #12343 from usha-mandya/scanning-tip-patch
Add go/tip-scanning redirect
2021-03-05 14:55:28 +00:00
Muhammad Tehami 7ac0499560
Update getting started for Docker Dashboard (#12369)
* Update getting started for Docker Dashboard

Update getting started for Docker Dashboard to explicitly specify that it's available for Mac and Windows.

* Minor update

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-03-05 14:53:29 +00:00
Usha Mandya 4bf9708018
Merge pull request #12355 from david-szabo97/patch-2
Node.js guide: Fix syntax highlighting
2021-03-05 14:31:12 +00:00
Usha Mandya 26d5802bf3
Merge pull request #12414 from araisch/patch-1
Missing hint for possible CIDR notation in noProxy and misleading wildcard
2021-03-05 14:09:57 +00:00
Usha Mandya 1e773fde8c
Merge pull request #12431 from liuxingyu521/patch-1
docs: update github-actions.md
2021-03-05 14:08:38 +00:00
Usha Mandya a2008688b0
Merge pull request #12444 from usha-mandya/engine-relnote-patch
Fix a typo
2021-03-05 13:36:09 +00:00
Usha Mandya 274266690f Fix URL display issue
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-03-05 10:48:02 +00:00
Stefan Scherer f3e4106ba4
Merge pull request #12443 from StefanScherer/update-321-release-date
Update release date for 3.2.1
2021-03-05 11:42:20 +01:00
Stefan Scherer 857e0db9a9
Update release date for 3.2.1
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2021-03-05 11:25:35 +01:00
Stefan Scherer 9d72208069
Release notes for Docker Desktop 3.2.1 (#12438)
* Release notes for Docker Desktop 3.2.1

Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>

* Changes from review

Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>

* Release 3.2.1 already has the fix, remove one sentence

Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2021-03-04 13:20:36 +00:00
Usha Mandya 5bceac5dc9 Update docker scan version
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-03-04 12:55:21 +00:00
Usha Mandya 7343b925e4
Merge pull request #12439 from thaJeztah/carry_12131
TASK: Add codeblocks to code examples
2021-03-04 11:48:30 +00:00
Simon 5e78271505
TASK: Add codeblocks to code examples
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-03-04 12:06:54 +01:00
Usha Mandya bb9e81e6f5
Merge pull request #12437 from usha-mandya/apple-tp-build
Add M1 tech preview version number
2021-03-04 10:29:49 +00:00
Usha Mandya 5ec6d663af Add M1 tech preview version number
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-03-04 10:19:50 +00:00
Usha Mandya 615433a1db
Merge pull request #12434 from StefanScherer/golang-1.15
Use go 1.15
2021-03-03 12:42:13 +00:00
Stefan Scherer 580ba60a3e
Use go 1.15
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2021-03-03 13:36:58 +01:00
Richard 27674691e2
docs: update github-actions.md
Due to the wrong yaml format, failed to login in ghcr.io
2021-03-03 12:11:45 +08:00
Tibor Vass 66a1f9c60c
Merge pull request #12429 from tiborvass/release_notes_20.10.5
Add release notes for 20.10.5
2021-03-02 15:20:25 -08:00
Tibor Vass c236f5638a Add release notes for 20.10.5
Signed-off-by: Tibor Vass <tibor@docker.com>
2021-03-02 22:36:29 +00:00
Guillaume Tardif 5d4a84d638
Compose minor improvements (#12426)
* remove duplicate compose release notes in TOC

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>

* Add link to awesome compose samples

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>

* Minor style update

* Fix a typo

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-03-02 17:01:51 +00:00
Usha Mandya 829e6044ec
Merge pull request #12397 from xuduochengzi/patch-1
Update develop.md
2021-03-02 15:46:36 +00:00
Usha Mandya 784b79c7dc
Merge pull request #12425 from thaJeztah/copy_pasta
highlighting: make comments, prompt and command-output non-selectable
2021-03-02 15:30:02 +00:00