https://github.com/damingerdai/cloud
a demo based on spring cloud and docker compose
https://github.com/damingerdai/cloud
Last synced: 3 months 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-30T01:43:30.000Z (over 2 years ago)
- Last Synced: 2025-02-03T20:01:43.485Z (5 months ago)
- Language: Java
- Size: 140 KB
- Stars: 0
- Watchers: 3
- 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
```