kzimmermann d6b79f8782 Initial Commit %!s(int64=2) %!d(string=hai) anos
..
Dockerfile d6b79f8782 Initial Commit %!s(int64=2) %!d(string=hai) anos
README.md d6b79f8782 Initial Commit %!s(int64=2) %!d(string=hai) anos
bashrc d6b79f8782 Initial Commit %!s(int64=2) %!d(string=hai) anos
profile d6b79f8782 Initial Commit %!s(int64=2) %!d(string=hai) anos
tmux.conf d6b79f8782 Initial Commit %!s(int64=2) %!d(string=hai) anos

README.md

A simple "VM" for testing purposes, but built in Docker

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.