it-docs/docs/installation/production/docker.md
Siisi Nketsiah 3f9e93e65c
All checks were successful
continuous-integration/drone/push Build is passing
added docker documentation and rs816 mods
2023-04-28 15:35:16 +00:00

727 B

Docker

Docker is a set of platform as a service (PaaS) products that use OS-level virtualization to deliver software in packages called containers. The service has both free and premium tiers. The software that hosts the containers is called Docker Engine.

Project Homepage: Home - Docker Documentation: Docker Documentation | Docker Documentation


Installation

One click installation script:

curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh

Run docker as non root user:

sudo groupadd docker
sudo usermod -aG docker $USER

Install Docker Engine : Docker Engine