kzimmermann d6b79f8782 Initial Commit | hace 2 años | |
---|---|---|
.. | ||
Dockerfile | hace 2 años | |
README.md | hace 2 años | |
bashrc | hace 2 años | |
profile | hace 2 años | |
tmux.conf | hace 2 años |
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.