Skip to content

Commit fb8da97

Browse files
committed
docker
1 parent b9b8c11 commit fb8da97

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

docker/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
TAG = kyclark/tiny_python_projects:0.1.0
1+
TAG = kyclark/tiny_python_projects:0.2.0
22

33
img:
44
docker build --tag=$(TAG) .

docker/README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Tiny Python Projects Docker
22

3+
If you like, you can run and test all the code using Python 3.8.3 in a Docker image:
4+
35
```
4-
$ docker pull kyclark/tiny_python_projects:0.1.0
5-
$ 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
68
```

0 commit comments

Comments
 (0)