19 lines
291 B
Markdown
19 lines
291 B
Markdown
# 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
|
|
```
|