Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 615 Bytes

docker_install.md

File metadata and controls

15 lines (11 loc) · 615 Bytes

Docker installation script

script: docker_install.sh

This script allows you to install Docker and Docker-compose on your system. Docker is a software that allows you to create, run and manage containers that isolate applications from the environment. Docker-compose is a tool that allows you to define and run multi-container applications using a YAML file.

How to use

Run this script with superuser privileges:

sudo sh docker_install.sh

This will install the latest versions of Docker and Docker-compose on your system.

Requirements

This script requires curl to be installed on your system.