/docker-ubuntuserver

A Docker contianer which can be used as a simple Ubuntu server, ssh enabled and connected to a permanent storage such as NFS. The SSH Keys are being loaded into the container on startup and a user is created for enhanced security

Primary LanguageDockerfileThe UnlicenseUnlicense

docker-ubuntuserver

contianer which can be used for testing with ansible, ssh enabled.

in order to reach the container run sudo firewall-cmd --zone=public --add-port=10000/tcp --permanent

place your public ssh key in authorized_keys and run docker-compose up -d.

if the container needs to be restarted and all the configuration done by ansible for example reversed, run docker-compose restart

docker-compose can be installed using the ansible role: go to github