Categories
News

Installing Docker on Ubuntu 18.04

To start, make sure our system is up to date Update your systems:sudo apt-get updatesudo apt-get upgrade Once the system is up to date, we install Docker followed by portainer which is a simple management solution for Docker. It consists of a web UI that allows you to easily manage your Docker containers, images, networks, […]