Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1443 from qhb1001/docs
Browse files Browse the repository at this point in the history
docs: modify the container id to be run in user guide
  • Loading branch information
starnop authored Jul 29, 2020
2 parents cd36a2f + 5fda8bd commit 7da71ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/user_guide/install_server.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ Or you can build your own supernode image.
**NOTE:** Replace ${supernodeDockerImageId} with the ID obtained at the previous step.

```sh
version=1.0.0
docker run -d --name supernode --restart=always -p 8001:8001 -p 8002:8002 -v /home/admin/supernode:/home/admin/supernode dragonflyoss/supernode:$version --download-port=8001
docker run -d --name supernode --restart=always -p 8001:8001 -p 8002:8002 -v /home/admin/supernode:/home/admin/supernode ${supernodeDockerImageId} --download-port=8001
```

## Procedure - When Deploying with Physical Machines
Expand Down

0 comments on commit 7da71ca

Please sign in to comment.