Skip to content

Latest commit

 

History

History
executable file
·
14 lines (9 loc) · 359 Bytes

020-preparing-a-debian-server-for-docker-services.md

File metadata and controls

executable file
·
14 lines (9 loc) · 359 Bytes

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.

You can use the Bash script