You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After I upgraded Docker from 17.06.0~ce-0~debian to 17.06.1~ce-0~debian containers fail to start with --memory set.
Steps to reproduce the issue:
docker run -it --rm --memory 1G debian bash
Describe the results you received:
docker: Error response from daemon: oci runtime error: container_linux.go:262: starting container process caused "process_linux.go:261: applying cgroup configuration for process caused \"No such device or address\"".
Describe the results you expected:
A bash running inside a Debian container.
Additional information you deem important (e.g. issue happens only occasionally):
Happens even after a reboot of the complete machine.
Output of docker version:
Client:
Version: 17.06.1-ce
API version: 1.30
Go version: go1.8.3
Git commit: 874a737
Built: Thu Aug 17 22:01:59 2017
OS/Arch: linux/amd64
Server:
Version: 17.06.1-ce
API version: 1.30 (minimum version 1.12)
Go version: go1.8.3
Git commit: 874a737
Built: Thu Aug 17 21:59:51 2017
OS/Arch: linux/amd64
Experimental: false
Description
After I upgraded Docker from
17.06.0~ce-0~debian
to17.06.1~ce-0~debian
containers fail to start with--memory
set.Steps to reproduce the issue:
docker run -it --rm --memory 1G debian bash
Describe the results you received:
Describe the results you expected:
A bash running inside a Debian container.
Additional information you deem important (e.g. issue happens only occasionally):
Happens even after a reboot of the complete machine.
Output of
docker version
:Output of
docker info
:Additional environment details (AWS, VirtualBox, physical, etc.):
Dedicated bare metal host running Debian Stretch.
The text was updated successfully, but these errors were encountered: