mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 07:30:24 +00:00
docker
This commit is contained in:
parent
3798dbafe3
commit
e522642eb7
1 changed files with 2 additions and 1 deletions
|
@ -2,9 +2,10 @@
|
|||
|
||||
## Test it
|
||||
|
||||
All backend services of Websoft9 is packaged to Docker image, if you have install Docker
|
||||
All backend services of Websoft9 is packaged to Docker image, just these steps you can running them:
|
||||
|
||||
```
|
||||
curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh && sudo systemctl enable docker && sudo systemctl start docker
|
||||
sudo docker network create websoft9
|
||||
wget https://websoft9.github.io/websoft9/docker/.env
|
||||
wget https://websoft9.github.io/websoft9/docker/docker-compose.yml
|
||||
|
|
Loading…
Reference in a new issue