kurtcms / docker-compose

Automation: Docker Compose

Home Page:https://kurtcms.org/automation-docker-compose/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automation: Docker Compose

This Bash script may be executed on a terminal or by a task scheduler such as cron and it does the following:

  1. Install Docker;
  2. Install Docker Compose; and
  3. Provide Docker Compose with execute permission.

A detailed walk-through is available here.

Table of Content

Getting Started

Get started in three simple steps:

  1. Download a copy of the script;
  2. Provide the script with execute permission; and
  3. Run the script.

Git Clone

Download a copy of the script with git clone.

$ git clone https://github.com/kurtcms/docker-compose /app/docker-compose/

Permission

Provide the script with execute permission.

$ chmod +x /app/docker-compose/docker-compose.sh

Run

Run the script.

$ /app/docker-compose/docker-compose.sh

And have Docker Compose installed.

About

Automation: Docker Compose

https://kurtcms.org/automation-docker-compose/

License:GNU General Public License v2.0


Languages

Language:Shell 100.0%