This commit is contained in:
Pim van den Berg
2022-09-23 15:31:44 +02:00
commit 64e1fc08e4
6 changed files with 173 additions and 0 deletions

18
README.md Normal file
View File

@@ -0,0 +1,18 @@
# Swiss Army Knife container
* Debian slim based image
* A lot of tools...
# Supported tags and respective `Dockerfile` links
- [`latest`](https://git.nethuis.nl/pommi/docker-swiss/Dockerfile)
# Usage
## docker run
```
$ docker run -it \
--name swiss \
pommib/swiss:latest
```