Skip to content

Instantly share code, notes, and snippets.

@willwh

willwh/output.sh Secret

Created March 11, 2019 02:52
Show Gist options
  • Save willwh/8492efa6673c28ace0b983595762e679 to your computer and use it in GitHub Desktop.
Save willwh/8492efa6673c28ace0b983595762e679 to your computer and use it in GitHub Desktop.
Docker on 18.04.2
willwh at willwh in ~ via ⬢ v11.11.0
•% ➜ cat /etc/os-release
NAME="Ubuntu"
VERSION="18.04.2 LTS (Bionic Beaver)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.2 LTS"
VERSION_ID="18.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic
willwh at willwh in ~ via ⬢ v11.11.0
•% ➜ docker --version
Docker version 18.09.3, build 774a1f4
willwh at willwh in ~ via ⬢ v11.11.0
•% ➜ groups
willwh sudo docker
willwh at willwh in ~ via ⬢ v11.11.0
•% ➜ docker pull nginx:latest
latest: Pulling from library/nginx
Digest: sha256:98efe605f61725fd817ea69521b0eeb32bef007af0e3d0aeb6258c6e6fe7fc1a
Status: Image is up to date for nginx:latest
willwh at willwh in ~ via ⬢ v11.11.0
•% ➜ docker run nginx
docker: Error response from daemon: OCI runtime create failed: container_linux.go:344: starting container process caused "process_linux.go:297: getting the final child's pid from pipe caused \"read init-p: connection reset by peer\"": unknown.
ERRO[0000] error waiting for container: context canceled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment