docker icon indicating copy to clipboard operation
docker copied to clipboard

Docker - the open-source application container engine

Results 21 docker issues
Sort by recently updated
recently updated
newest added

**Output of `docker version`:** ``` # docker version Client: Version: 1.13.1 API version: 1.26 Package version: docker-1.13.1-88.git07f3374.el7.centos.x86_64 Go version: go1.9.4 Git commit: 07f3374/1.13.1 Built: Fri Dec 7 16:13:51 2018 OS/Arch:...

**- What I did** This fixes CVE-2020-8945 by incorporating proglottis/gpgme#23 . Other changes included by the rebase: - Support for gpgme_off_t (~no-op with the RHEL 7 GPGME 1.3.2) - Wrapping...

**Output of `docker version`:** ``` Client: Version: 1.13.1 API version: 1.26 Package version: docker-1.13.1-102.git7f2769b.el7.centos.x86_64 Go version: go1.10.3 Git commit: 7f2769b/1.13.1 Built: Mon Aug 5 15:09:42 2019 OS/Arch: linux/amd64 Server: Version:...

**Output of `docker version`:** ``` lient: Version: 1.13.1 API version: 1.26 Package version: docker-1.13.1-63.mt20190220.gitd365784.el7.centos.x86_64 Go version: go1.7.5 Git commit: d365784/1.13.1 Built: Wed Feb 20 03:10:55 2019 OS/Arch: linux/amd64 Server: Version:...

ConnectToNetwork` is modfying the container but is not locking the object Backport of https://github.com/moby/moby/pull/33456 Signed-off-by: wenguangyi **- What I did** Panic occasionally when restarting the machine,Log in attachment [docker.log](https://github.com/projectatomic/docker/files/3293824/docker.log) This...

Users were surprised by the suddenly low pid limit on their pods. Change the default to something higher, such as the theoretical maximum number of pids on a 32 bit...

**- What I did** Fix stopped container still report as running. **- How I did it** When containerd restarted, check correct container running status **- How to verify it** ```...

**Output of `docker version`:** ``` (paste your output here) ``` **Output of `docker info`:** ``` (paste your output here) ``` **Additional environment details (AWS, VirtualBox, physical, etc.):** **Steps to reproduce...

**- What I did** Added SYSLOG_IDENTIFIER when using docker journald log driver. When sending logs from journal to rsyslog programname will be set to the SYSLOG_IDENTIFIER and not defaulted to...

Is this a BUG REPORT or FEATURE REQUEST?: [//]: # kind feature Description When using docker in CoreOS I want to be able to install runtime hooks (prestart, poststart) into...