Skip to content

Instantly share code, notes, and snippets.

@cellularmitosis
Last active October 15, 2019 07:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cellularmitosis/ab5cc854aa0f6a36de508964d891a400 to your computer and use it in GitHub Desktop.
Save cellularmitosis/ab5cc854aa0f6a36de508964d891a400 to your computer and use it in GitHub Desktop.
Notes on Docker

Blog 2019/4/24

<- previous | index | next ->

Notes on Docker

Mac

If you forget to start the Docker Desktop app, you'll see errors like this:

Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

Try it out:

$ docker info

Docker for mac creates a Linux VM and gives it 2GB of RAM.

See getting started.

Start a bash shell on a debian image:

docker run -it debian bash

Further reading:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment