Skip to content

Automatic Script to intsall Docker and Docker Compose on different OS.

Notifications You must be signed in to change notification settings

shawshanck/Docker-and-Docker-Compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 

Repository files navigation

"Docker and Docker-Compose"


With this script, you can automatically install Docker (Community Edition) and Docker-Compose on your OS.

Note: It automatically creates a network named "my-main-app" properties. For further containers installation, make sure to add them to this network.


Supported OS:

  • "CentOS 7 / 8 / Fedora"

  • "Debian 10 / 11"

  • "Ubuntu 18.04"

  • "Ubuntu 20.04 / 21.04 / 22.04"

  • "Arch Linux"

  • "Open Suse"

Installation:

Just copy and paste the commands below and press enter!

First, install curl:

apt install curl

Then use the command below:

bash <(curl -Ls https://raw.githubusercontent.com/shawshanck/Docker-and-Docker-Compose/main/install.sh --ipv4)

About

Automatic Script to intsall Docker and Docker Compose on different OS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages