Alpine container with ssh access to root user (Docker)
- Run
./configure.sh(or generate ssh key intokeyfolder manually) - Update
.envwith own values - Run
./up.sh
- Run
ssh -p 2222 -i ./key/key -o IdentitiesOnly=yes root@localhost 'whoami
- For clean Docker stopped resources and up again, run
reup.sh