Skip to content

Instantly share code, notes, and snippets.

@izaklast
Created August 31, 2020 03:05
Show Gist options
  • Save izaklast/41608ce16b1e72331a2f2ae84de06fae to your computer and use it in GitHub Desktop.
Save izaklast/41608ce16b1e72331a2f2ae84de06fae to your computer and use it in GitHub Desktop.
pi@makerverse:~ $ docker start cnc
Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Post http://%2Fvar%2Frun%2Fdocker.sock/v1.40/containers/cnc/start: dial unix /var/run/docker.sock: connect: permission denied
Error: failed to start containers: cnc
pi@makerverse:~ $ sudo docker start cnc
Error response from daemon: No such container: cnc
Error: failed to start containers: cnc
pi@makerverse:~ $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment