Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/damingerdai/cloud
- Owner: damingerdai
- License: apache-2.0
- Created: 2019-11-10T05:03:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-30T01:43:30.000Z (about 2 years ago)
- Last Synced: 2023-03-02T13:41:20.751Z (almost 2 years ago)
- Language: Java
- Size: 140 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```