We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9b8c11 commit fb8da97Copy full SHA for fb8da97
docker/Makefile
@@ -1,4 +1,4 @@
1
-TAG = kyclark/tiny_python_projects:0.1.0
+TAG = kyclark/tiny_python_projects:0.2.0
2
3
img:
4
docker build --tag=$(TAG) .
docker/README.md
@@ -1,6 +1,8 @@
# Tiny Python Projects Docker
+If you like, you can run and test all the code using Python 3.8.3 in a Docker image:
+
5
```
-$ docker pull kyclark/tiny_python_projects:0.1.0
-$ docker run -it --rm kyclark/tiny_python_projects:0.1.0 bash
6
+$ docker pull kyclark/tiny_python_projects:0.2.0
7
+$ docker run -it --rm kyclark/tiny_python_projects:0.2.0 bash
8
0 commit comments