An open API service indexing awesome lists of open source software.

https://github.com/abgeo/cst-workshop-docker

Example project about docker for CST workshop.
https://github.com/abgeo/cst-workshop-docker

Last synced: 9 months ago
JSON representation

Example project about docker for CST workshop.

Awesome Lists containing this project

README

          

# cst-workshop-docker
Example project about docker for CST workshop.

## Stack

Simple Symfony project with [ABGEO07/docker4symfony](https://github.com/ABGEO07/docker4symfony)
docker stack

## Installation

- Clone project: `git clone git@github.com:ABGEO07/cst-workshop-docker.git`
- Start docker containers: `make up`
- Install project with composer `make composer install`