Commit Graph

2234 Commits

Author SHA1 Message Date
Rahul De 0a6ef09f05
Add contajners to unofficial libs 2022-01-15 09:57:05 +00:00
Sebastiaan van Stijn eae9d83c24
engine: fix heading levels to prevent them showing in right-hand nav
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-01-11 14:05:27 +01:00
jerae-duffin 223a28062a
Merge pull request #13964 from thaJeztah/engine_20.10.12_changelog
engine: add changelog for 20.10.12
2022-01-06 11:06:19 -06:00
Sebastiaan van Stijn df6a3281b9
Add some additional redirects for old URLs
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-12-20 12:37:21 +01:00
Kevin Köllmann 5bcc324688
Fixed rootlesskit binary path, mention daemon restart (#13932)
* Fixed rootlesskit binary path, mention daemon restart

`rootlesskit` lives at `/usr/bin/rootlesskit`. After setting `CAP_NET_BIND_SERVICE` capability daemon has to be restarted.

* Changed rootlesskit binary path to be dynamically resolved
2021-12-17 11:22:30 +00:00
Usha Mandya b5eb52e46a
Merge pull request #13924 from jguady/patch-1
Clarify Advanced Wordpress section
2021-12-17 11:09:43 +00:00
Usha Mandya 7b0e7b94f4 Update docker scan pages to include info on Log4J fix
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-12-15 11:42:37 +00:00
Sebastiaan van Stijn 036ac0d947
engine: add changelog for 20.10.12
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-12-13 14:32:52 +01:00
Usha Mandya d3f03c5203 Update Docker scan CTA
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-12-11 20:51:51 +00:00
mbehboodian be3e1a6289
Fix typo
Remove unnecessary backtick (`).
2021-12-09 07:06:42 +00:00
JayG 026093444f
Clarify Advanced Wordpress section
I believe this is the intended meaning, otherwise it is unclear where the name wp_db_secret is coming from when referenced as "keeping the same" by wp_db_password
2021-12-01 16:39:56 -07:00
Usha Mandya c979cc7f86
Merge pull request #13885 from rjharvey/master
Close io.ReadCloser in examples
2021-11-26 12:56:57 +00:00
Ralph 3fa0164e4c
Add quick troubleshooting step (#13887)
* Add quick troubleshooting step

If default umask isn't set with global read permissions, the keyring GPG file isn't found when updating the apt repos. The one liner command added will fix this issue.

* Fix grammar

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-11-26 12:56:45 +00:00
Ryan Harvey cd53a8b852 Close io.ReadClosers in examples 2021-11-24 10:12:40 +00:00
Sebastiaan van Stijn 7a63b540ab
engine/install: remove mention of Fedora 33
Fedora 33 reaches EOL Tomorrow, so let's remove it from the list
to not encourage using it.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-11-22 13:59:37 +01:00
Sebastiaan van Stijn 376e2b2946
Merge pull request #13857 from thaJeztah/engine_20.10.11_changelog
Add Docker Engine 20.10.11 release notes
2021-11-18 03:15:42 +01:00
Sebastiaan van Stijn be580f3e41
Add Docker Engine 20.10.11 release notes
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-11-17 21:16:35 +01:00
Sebastiaan van Stijn e1791f5b7d
engine: remove outdated instructions for derivatives
The information about which distro version to use to match upstream
Debian / Ubuntu versions was outdated. Given that Docker does not
officially support, nor tests, installing these packages on Ubuntu
and Debian derivatives, it's better to remove it, and leave it to
the user to find the correct codename; also see
https://docs.docker.com/engine/install/#other-linux-distributions

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-11-12 18:36:30 +01:00
Sebastiaan van Stijn 6ee5a14bb8
engine: add engine 20.10.10 release notes
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-10-25 18:10:52 +02:00
Sebastiaan van Stijn d601e97f75
engine/install: remove apt-transport-https from instructions
This package is no longer needed on all current distro versions we support. From
the package description (https://packages.debian.org/buster/apt-transport-https);

> This is a dummy transitional package - https support has been moved into the
> apt package in 1.5. It can be safely removed.

Verifying the version of apt that's available in Ubuntu and Debian:

Ubuntu:

    docker run --rm ubuntu:xenial apt --version
    apt 1.2.35 (amd64)

    docker run --rm ubuntu:17.04 apt --version
    apt 1.4.6 (amd64)

    docker run --rm ubuntu:17.10 apt --version
    apt 1.5.2 (amd64)

    docker run --rm ubuntu:18.04 apt --version
    apt 1.6.14 (amd64)

    docker run --rm ubuntu:20.04 apt --version
    apt 2.0.6 (amd64)

Debian:

    docker run --rm debian:stretch apt --version
    apt 1.4.11 (amd64)

    docker run --rm debian:buster apt --version
    apt 1.8.2.3 (amd64)

    docker run --rm debian:bullseye apt --version
    apt 2.2.4 (amd64)

From the above; all currently supported versions of Ubuntu (18.04 and up), and
Debian (old-stable and stable) have apt > 1.5, so we can remove this dependency
from the installation instructions.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-10-20 17:39:22 +02:00
Usha Mandya c5f38d8b3b Add the next set of CTAs
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-10-15 18:06:39 +01:00
Usha Mandya 5d3cb0e076
Add instructions on installing server and client binaries on Windows (#13676)
* Add instructions on installing server and client binaries on Windows:

Signed-off-by: Usha Mandya <usha.mandya@docker.com>

* Apply suggestions from code review

Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>

Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
2021-10-15 14:54:26 +01:00
Peter Dave Hello ed135fe151 Update most links to use https by default
Reference:

- #11640
- d405b17ca2

Signed-off-by: Peter Dave Hello <hsu@peterdavehello.org>
2021-10-12 15:45:57 +08:00
Usha Mandya c13a6d5eff Remove cluster cli reference
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-10-11 15:59:59 +01:00
Usha Mandya 96efcf5feb Add Docker Desktop for linux cta
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-10-08 15:51:44 +01:00
Usha Mandya 99e546358f Add CTAs to the Docs pages
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-10-05 18:17:29 +01:00
Sebastiaan van Stijn 3e87e73fb9
engine: add release-notes for v20.10.9
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-10-04 16:26:18 +02:00
Peter Dave Hello 1720aae2a2 Simplify Debian & Ubuntu Docker Engine installation guide 2021-10-02 15:39:32 +08:00
Usha Mandya 0417b58c87 Remove Docker machine from toc, update other references
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-09-27 12:37:02 +01:00
Usha Mandya 01a6d5d55f Update scan CTA
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-09-24 11:46:04 +01:00
Sebastiaan van Stijn e41318a103
engine: remove Ubuntu 20.10 "Groovy" (EOL: 2021-07-22)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-09-15 19:27:41 +02:00
Sebastiaan van Stijn 8a85eaca60
update compose-cli reference docs
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-09-13 23:02:40 +02:00
Sebastiaan van Stijn 173d3c65f8
fix broken (anchor) links
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-09-13 15:07:49 +02:00
Nicolas De Loof 041277d14d
document compose.v2 new repository and RC3 release
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-09-02 12:34:00 +02:00
Usha Mandya e73cdcf0f1 More updates related to subscription changes, address review comments
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-08-31 14:35:21 +00:00
Sebastiaan van Stijn 6332424085
Merge pull request #12920 from cc-wr/bugfix/fix-seccomp-typo
Fix apparent typo regarding seccomp filtering for the syscall clone
2021-08-27 17:33:26 +02:00
Sebastiaan van Stijn c4c4e05ee4
Merge pull request #13394 from linuxmetel/patch-1
Update debian.md
2021-08-27 16:01:00 +02:00
Sebastiaan van Stijn b97db3206d
Merge pull request #13417 from gqqnbig/patch-1
Unset environment variables when uninstall rootless docker
2021-08-27 15:32:53 +02:00
Akihiro Suda 0908c993fe
rootless: suggest creating `docker.service.d/override.conf`, without modifying `docker.service` itself
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2021-08-27 18:07:32 +09:00
Akihiro Suda de0d13322a
rootless: remove outdated SELinux workaround for `/run/xtables.lock`
The SELinux workaround for `/run/xtables.lock` is no longer needed
since Docker 20.10.8 (moby/moby PR 42462)

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2021-08-27 17:29:20 +09:00
Akihiro Suda 0416aeb03f
rootless: recommend installing `dbus-user-session`
rootless+cgroup2+systemd fails with a cryptic error when dbus-user-session dpkg is not installed.

```
docker: Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: process_linux.go:385: applying cgroup configuration for process caused: error while starting unit "docker
-931c15729b5a968ce803784d04c7421f791d87e5ca1891f34387bb9f694c488e.scope" with properties [{Name:Description Value:"libcontainer container 931c15729b5a968ce803784d04c7421f791d87e5ca1891f34387bb9f694c488e"} {Name:Slice Value:"use
r.slice"} {Name:PIDs Value:@au [4529]} {Name:Delegate Value:true} {Name:MemoryAccounting Value:true} {Name:CPUAccounting Value:true} {Name:IOAccounting Value:true} {Name:TasksAccounting Value:true} {Name:DefaultDependencies Val
ue:false}]: read unix @->/run/systemd/private: read: connection reset by peer: unknown.
```

ref: moby/moby issue 42793

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2021-08-27 17:26:18 +09:00
Akihiro Suda 8e48f0de0e
rootless: update for Debian 11
- sysctl `kernel.unprivileged_userns_clone=1` is no longer needed

- Recommend fuse-overlayfs.
  Debian kernel has modprobe option `permit_mounts_in_userns=1` but
  still unstable (moby/moby issue 42302)

- Now apt repo has relatively recent version of slirp4netns (1.0.1)

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2021-08-27 17:26:18 +09:00
Sebastiaan van Stijn fbf817d974
Merge pull request #13412 from thaJeztah/carry_13381_s390x_changes
[carry 13381] Updated docs for s390x for latest version
2021-08-27 10:10:56 +02:00
QQ喵 d3a118cc9d
Unset environment variables PATH and DOCKER_HOST 2021-08-27 11:14:57 +08:00
Sebastiaan van Stijn 599660d47f
s390x install steps updates
- fix sort order in output
- some minor other changes

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-26 11:11:00 +02:00
linuxmetel 5cd6f0ef11
Update debian.md
Update Debian's stable and Raspbian's stable
2021-08-23 15:50:03 +09:00
anujajakhade b781519e18 Updated docs for s390x for latest version
Signed-off-by: Anuja Jakhade <anujajakhade@gmail.com>
2021-08-20 04:36:10 +00:00
Usha Mandya b3e792e495 Update Docker official images and DVPP references
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-08-19 00:01:01 +01:00
Sebastiaan van Stijn 1583678203
Add missing code-hints, and minor markdown edits
- Add missing code-hints (console, yaml)
- Consistently add an empty line after code-blocks
- Combine some examples where the output and the command were
  put in separate blocks. With the "console" code-hint, this
  is no longer nescessary.
- fix indentation in cloud/ecs-integration.md, which caused the
  numbered-list to be interrupted.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-16 12:59:23 +02:00
Sebastiaan van Stijn 346a066b68
Desktop: move "docker-for-windows" to "desktop/windows"
Unifying all content related to Docker Desktop to be withing the desktop
directory.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-14 13:28:15 +02:00