kzimmermann d6b79f8782 Initial Commit | vor 2 Jahren | |
---|---|---|
.. | ||
Dockerfile | vor 2 Jahren | |
README.md | vor 2 Jahren | |
bashrc | vor 2 Jahren | |
profile | vor 2 Jahren | |
tmux.conf | vor 2 Jahren |
Think about it as some sort of scratch space or sandboxed world where you can try and break things.
Build command:
docker build -t somename .
Run with:
docker run -it --rm somename
Comes with Alpine, bash and vim. Maybe I'll add development stuff later.