Skip to content

A collection of my docker-compose files for general use and development.

Notifications You must be signed in to change notification settings

SeanCassiere/docker-files

Repository files navigation

Docker files

This repository contains the docker-compose files used on my machine.

Setup the machine

The following will need to be installed and configured on the machine.

  1. Docker
  2. Docker compose

Afterwards, create the shared webnet bridge network in Docker using the following command.

docker network create -d bridge webnet

Using docker-compose files

To run any of the docker-compose.yml files, simply clone the repository, then cd into the respective directory.

Once in, spin-up the docker-compose file in detached mode using the following command.

## Example

cd portainer-ce
docker-compose up -d

About

A collection of my docker-compose files for general use and development.

Resources

Stars

Watchers

Forks