diff --git a/docker/install-docker.md b/docker/install-docker.md new file mode 100644 index 0000000..50f3db7 --- /dev/null +++ b/docker/install-docker.md @@ -0,0 +1,5 @@ +Docker itself is really easy to install and get going. Assuming you are running Ubuntu or other Linux apt server, start by updating the system. + +``` +sudo apt-get update && sudo apt-get upgrade -y +``` \ No newline at end of file