Skip to content

Commit 241e895

Browse files
chore(docs): Update README, add CHANGELOG.
1 parent 15590af commit 241e895

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# 1.0.0 (2019-05-02)
2+
3+
- Initial release

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,9 @@ To run something, using given image:
3333
```bash
3434
docker run --rm -it playpauseandstop/docker-python CMD
3535
```
36+
37+
To push image (or specific version):
38+
39+
```bash
40+
docker push playpauseandstop/docker-python:VERSION
41+
```

0 commit comments

Comments
 (0)