kzimmermann d6b79f8782 Initial Commit | пре 2 година | |
---|---|---|
.. | ||
Dockerfile | пре 2 година | |
README.md | пре 2 година | |
bashrc | пре 2 година | |
profile | пре 2 година | |
tmux.conf | пре 2 година |
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.