An Ubuntu server inside of a Docker container.
- SSH login only (password login disabled)
- Based on Noble Numbat (24.04)
./build.sh
- Builds a new container - output to theubuntu-docker
image../run.sh
- Runs the container, binding a port on2222:22
../ssh.sh
- SSH into the container, using~/.ssh/id_ed25519.pub
as the public key../kill.sh
- Kills and removes the container calledubuntu-docker
, ready for a restart../restart.sh
- Runskill
,build
andrun
in order.