April 2018
Beginner
238 pages
7h 13m
English
Installing Docker involves downloading the latest version (the docker.dmg file for a Mac and the .exe install for Windows) and then copying the Docker application into your Applications folder. The Docker Quickstart terminal is the go-to application of use by most developers. Docker Quickstart will start Docker on your local machine, allocate an IP address/Port for addressing the Docker applications, and bring you into the Docker terminal. Once QuickStart has completed, and if you have installed your image, you can access your application (in this case, your Jupyter Notebook).
From the Docker terminal, you can load images, remove images, check status, and so on.
If you run Docker Quickstart, you will be brought to the Docker ...