howtos

Preparing a Debian server for Docker services

OK! So first up is to make sure that the server is up to date.

aptitude update
update upgrade -y
shutdown -r now

Next we create a regular user. Running things under the root user increases the chance of the server being compromised or of botching the server altogether.

To be continued…

about these howtos

This howto is part of a larger collection of howtos maintained by the author (mostly for his own reference). The source code for the current howto in plain Markdown is available on GitHub. If you have a GitHub account, you can jump straight in, and suggest edits or improvements via the link at the bottom of the page (Improve this page).

made with ❤ by Valera Rozuvan