Commit Graph

55707 Commits

Author SHA1 Message Date
Usha Mandya f30f4d5541
Merge pull request #12370 from t3hami/patch-2
Add .dockerignore file step in nodejs example
2021-03-11 15:15:18 +00:00
Matt Rhoads 12c794d68c
Fixed typo (#12359)
Changed database reference from MongoDB to MySQL
2021-03-11 15:10:03 +00:00
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
Nick Adcock 9a3b00146f Limit bulk delete to pro users
Signed-off-by: Nick Adcock <nick.adcock@docker.com>
2021-03-11 14:08:04 +00:00
Stefan Scherer 460a24aca2
Add note about docker.for.win.localhost removal
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2021-03-11 14:42:13 +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
Nick Adcock eb804a268d Fix GetNamespacesRepositoriesImagesSummary spelling
Signed-off-by: Nick Adcock <nick.adcock@docker.com>
2021-03-10 11:30:19 +00:00
Nick Adcock 86fe72f8ba Fix swagger validation errors
Signed-off-by: Nick Adcock <nick.adcock@docker.com>
2021-03-10 11:25:34 +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
Catgirl 66c659a3e7
Add db volume information in docker-compose.yml 2021-03-08 15:55:03 -05: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