Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/damingerdai/cloud

a demo based on spring cloud and docker compose
https://github.com/damingerdai/cloud

Last synced: 19 days ago
JSON representation

a demo based on spring cloud and docker compose

Awesome Lists containing this project

README

        

# Cloud
`Cloud` is a demo based on `Spring Cloud` and `Docker Compose`

# First step
1. create network
```shell script
docker network create bp
```
2. create volume
```shell script
docker volume create --name=cloud
```
3. build docker images
```shell script
docker-compose build
```
4. start project
```shell script
docker-compose up
```