Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

docs: modify the container id to be run in user guide #1443

Merged
merged 1 commit into from
Jul 29, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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