File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
static/img/180309-flask-docker Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,8 @@ On your Mac,
4949[ download the Docker Community Edition (CE) for Mac] ( https://www.docker.com/community-edition#/download )
5050installer.
5151
52+ <img src =" /img/180309-flask-docker/docker-ce.jpg " width =" 100% " class =" shot rnd " alt =" Download the Docker Community Edition for Mac. " >
53+
5254Find the newly-downloaded install within Finder and double click on the file.
5355Follow the installation process, which includes granting administrative privileges
5456to the installer.
@@ -66,8 +68,17 @@ If Docker is installed correctly you should see the following output:
6668Docker version 17.12.0-ce, build c97c6d6
6769```
6870
71+ Note that Docker runs through a system agent you can find in the menu bar.
72+
6973<img src =" /img/180309-flask-docker/docker-agent.png " width =" 100% " class =" shot rnd " alt =" Docker agent in the menu bar. " >
7074
75+ I have found the Docker agent to take up some precious battery life
76+ on my Macbook Pro. If I am not developing and need to max battery time I will
77+ close down the agent and start it back up again when I am ready to code.
78+
79+ Now that Docker is installed let's get to running a container and writing
80+ our Flask application.
81+
7182
7283## Dockerfile
7384Docker needs to know what we want in a container, which is where the
You can’t perform that action at this time.
0 commit comments