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
Sebastiaan van Stijn
d0bf342e52
Desktop: move "docker-for-mac" to "desktop/mac"
...
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:07:41 +02:00
Sebastiaan van Stijn
568e1eea79
Merge pull request #13304 from Forst/patch-1
...
Release notes: fix incorrect header level for 20.10.8 Swarm
2021-08-12 17:42:50 +02:00
Sebastiaan van Stijn
c624b7e0cb
engine: fix incorrect Markdown link in release notes
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-09 13:23:09 +02:00
Foster Snowhill
ac04f7b0a0
Release notes: fix incorrect header level for 20.10.8 Swarm
2021-08-08 18:01:23 +02:00
Sebastiaan van Stijn
116e3a838f
engine: use "console" for shell examples
...
This allows for easier copying of the commands, without selecting the
prompt.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-06 17:20:02 +02:00
Sebastiaan van Stijn
9991771180
engine/security: use "console" for shell examples
...
This allows for easier copying of the commands, without selecting the
prompt.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-06 17:20:01 +02:00
Sebastiaan van Stijn
2477916f59
engine/api: use "console" for shell examples
...
This allows for easier copying of the commands, without selecting the
prompt.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-06 17:20:01 +02:00
Sebastiaan van Stijn
3b71231970
engine/swarm: use "console" for shell examples
...
This allows for easier copying of the commands, without selecting the
prompt.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-06 17:19:56 +02:00
Sebastiaan van Stijn
e6569bc6ee
engine/install: sort distros and add "binaries" to matrix
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-06 12:49:05 +02:00
Sebastiaan van Stijn
3356fffaf0
engine/install: various copy-edits
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-05 21:30:56 +02:00
Sebastiaan van Stijn
2aa67d2670
Fix redirects, add notes about available arches, and minor edits
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-05 21:30:49 +02:00
Nirman Narang
055e6fd68a
DOCS: Added support for arch s390x for Ubuntu, RHEL and SLES
...
Added .md files for SLES and RHEL engine installation. Added indexing to _data/toc.yaml and engine/install/index.md. Modified engine/install/index.md, includes/install-script.md, engine/security/rootless.md, storage/storagedriver/device-mapper-driver.md, and storage/storagedriver/select-storage-driver.md to add info for added RHEL and SLES support. Modified engine/install/ubuntu.md to add s390x repos and other info. Added tab target for RHEL and SLES to engine/security/rootless.md along with other info.
Signed-off-by: Nirman Narang <narang@us.ibm.com>
2021-08-05 19:48:09 +02:00
Usha Mandya
eb71d5904b
Update engine/release-notes/index.md
...
Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
2021-08-04 13:09:06 +01:00
Thomas de Grenier de Latour
7636e7caab
20.10.8: warning about $HTTP_PROXY breaking change
2021-08-04 13:38:14 +02:00
Usha Mandya
03c9d1fc36
Merge pull request #13282 from AkihiroSuda/folllow-up-13275
...
Follow-up to #13275 ("Add note about NFS mounts for rootless data-root")
2021-08-04 11:32:18 +01:00
Sebastiaan van Stijn
ec6bced578
engine: add 20.10.8 release notes
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-04 12:11:31 +02:00
Akihiro Suda
16284c47cb
Follow-up to #13275 ("Add note about NFS mounts for rootless data-root")
...
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2021-08-04 18:30:07 +09:00
Eli Uriegas
3ef4de1180
Add not about NFS mounts for rootless data-root
...
NFS mounts are not currently supported for rootless data-root so there should probably be a note about it so no one gets confused when it doesn't work.
Errors for running rootless containers when your data-root is an NFS mount look like:
```
docker: failed to register layer: ApplyLayer exit status 1 stdout: stderr: open /root/.bash_logout: permission denied.
```
2021-08-03 11:35:19 -07:00
Sebastiaan van Stijn
54ed39dd1e
fix missing stubs and TOC entries for docker compose
...
Also updated one link in language/golang to .md
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-07-30 10:22:35 +02:00
Sebastiaan van Stijn
2e495edd4d
engine/install: various touch-ups
...
- lowercase "arm" architectures
- swap arm / arm64 columns (as arm 32-bit is only for a single distro)
- remove raspbian arm64 Raspbian is 32 bit, and we don't ship packages
for raspbian arm64
- add (32-bit) mention to arm column
- add "Apple Silicon" to the Docker Desktop table for completeness
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-07-06 12:18:05 +02:00
Sebastiaan van Stijn
e3a1f307a4
engine: remove Fedora 32, as it's EOL
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-07-05 21:12:10 +02:00
Sebastiaan van Stijn
0d67eb4917
engine: remove ubuntu 16.04 "xenial" and add deprecation warning
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-07-05 21:11:17 +02:00
Jem Bishop
c53a05b8c1
Workaround for outdated slirp4netns on debian ( #13029 )
...
* Workaround for outdated slirp4netns on debian
I had issue on debian 11 where the package on the
main apt repositories was too old. This provides workaround, by
adding the testing repos to sources list then upgrading slirp4netns
* pr review
- add console tag
- add newline before console code block
- remove the installation instructions to `slirp4netns` and link to the releases page, which will have it anyway.
* pr review
- add in suggested comment about vpnkit
2021-07-01 17:11:09 +01:00
Sebastiaan van Stijn
12c68277d4
Merge pull request #12947 from usha-mandya/engdocs-421
...
Remove Notary docs
2021-06-08 18:09:15 +02:00
Usha Mandya
71980f608a
Update engine/security/trust/index.md
...
Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
2021-06-08 17:03:23 +01:00
Usha Mandya
3830cdcc02
Update URLs to point to the upstream CNCF Notary repository
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-06-08 13:42:46 +01:00
Usha Mandya
bfa7894d07
Merge pull request #12935 from usha-mandya/il-221
...
Remove Docker App docs
2021-06-07 09:49:47 +01:00
Sebastiaan van Stijn
07f23ed661
Merge pull request #12946 from usha-mandya/engdocs-422
...
Remove docker registry CLI reference
2021-06-04 13:04:03 +02:00
Usha Mandya
516d2fc839
Remove Notary docs
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-06-03 01:08:40 +01:00
Usha Mandya
69a66dad14
Remove docker registry CLI reference
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-06-03 00:44:25 +01:00