Comments on Docker: Installation and Basic Usage on Ubuntu 18.04 LTS
Docker is an open-source project that provides an open platform for developers and sysadmins to build, package, and run applications anywhere as a lightweight container. Docker automates the deployment of applications inside software containers. This tutorial shows you how to install Docker on Ubuntu 18.04 LTS (Bionic Beaver) and how to start using it.
2 Comment(s)
Add comment
Comments
By: Emil Mocan
The system must be rebooted after the step:
Add 'hakase' use to the 'docker' group.
By: Adam
Alternative to rebooting after adding user to the group: Log off, and then log back in to refresh securities.