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

https://github.com/knaxus/docker-compose-basics

:package: MIcroservices using Docker Compose :package:
https://github.com/knaxus/docker-compose-basics

docker docker-compose flask nodejs php postgresql

Last synced: 4 months ago
JSON representation

:package: MIcroservices using Docker Compose :package:

Awesome Lists containing this project

README

          

# :package: Using Docker to run multiple services together :package:

![Docker image](./docker.png)

## Installing Docker and Docker Compose

Open terminal follow these steps:

* `wget -qO- https://get.docker.com/ | sh`
* `sudo usermod -aG docker $(whoami)`

Now either logout/restart to use docker

## For docker compose:

* Follow this link [Install docker compose](https://docs.docker.com/compose/install/#install-compose)

## How to run

* Run `docker-compose up`
* Open browser type `http:localhost:5000`

Creative Commons License
This work is licensed under a Creative Commons Attribution 3.0 Unported License.