Skip to content

Commit 499545b

Browse files
committed
working on next blog post tutorial
1 parent e02925c commit 499545b

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

content/posts/180309-flask-docker-macos.markdown

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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)
5050
installer.
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+
5254
Find the newly-downloaded install within Finder and double click on the file.
5355
Follow the installation process, which includes granting administrative privileges
5456
to the installer.
@@ -66,8 +68,17 @@ If Docker is installed correctly you should see the following output:
6668
Docker 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
7384
Docker needs to know what we want in a container, which is where the
106 KB
Loading

0 commit comments

Comments
 (0)