Skip to content

Commit

Permalink
add more examples
Browse files Browse the repository at this point in the history
  • Loading branch information
purificant committed Jul 23, 2021
1 parent b5c4f8d commit 4864d27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@ dockerfile-recover <image name>
For example
```
dockerfile-recover python
dockerfile-recover django
dockerfile-recover redis
dockerfile-recover node
```
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dockerfile-recover"
version = "0.0.1-alpha2"
version = "0.0.1-alpha3"
description = "dockerfile-recover is a tool to reconstruct Dockerfile by reverse engineering a docker image"
authors = []
license = "MIT"
Expand Down

0 comments on commit 4864d27

Please sign in to comment.