Oracle Cloud VPS: Ubuntu Docker Installation

preview_player
Показать описание
Oracle Cloud Ubuntu Docker Installation.

Docker is a set of platform as a service products that use OS-level virtualization to deliver software in packages called containers. Containers are isolated from one another and bundle their own software, libraries and configuration files; they can communicate with each other through well-defined channels.

Docker container image is a lightweight, standalone, executable package of software that includes everything needed to run an application: code, runtime, system tools, system libraries and settings.

Рекомендации по теме
Комментарии
Автор

To run docker as non-root, add your user to docker group.
sudo usermod -aG docker $USER

pakhong
Автор

The docker compose could install on Oracle arm64 instance... how to fix it?

superkwan