Streamline the process of installing docker with docker-compose on ubuntu servers.
Run the following command in your ubuntu server to download and execute the script. Root permissions are required for this script to operate.
sh -c "$(curl -fsSL https://raw.githubusercontent.com/seth-rah/docker-compose-autoinstall/master/install.sh)"
- Remove / purge depreciated docker versions
- Install docker-ce
- Install docker-compose
- Give provided user privileges to execute docker commands
- Give docker-compose execution rights