Skip to content

Commit 4bb905a

Browse files
authored
Update README.md
1 parent 2e649ad commit 4bb905a

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

README.md

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -90,18 +90,21 @@ You can then follow the step by step instructions below dependent on your operat
9090
```
9191

9292
#### Docker
93-
1. To run the container in interactive mode:
94-
```bash
95-
docker run -it --mount type=volume,source="bitpingd-volume",target=/root/.bitpingd bitping/bitpingd:latest
96-
```
97-
2. To run the container and pass email and password via CLI instead of an interactive session run:
98-
- ```bash
99-
docker run -it --mount type=volume,source="bitpingd-volume",target=/root/.bitpingd --entrypoint /app/bitpingd bitping/bitpingd:latest login --email "YOUR_BITPING_EMAIL" --password "YOUR_BITPING_PASSWORD"
100-
```
101-
- ```bash
102-
docker run -it --mount type=volume,source="bitpingd-volume",target=/root/.bitpingd bitping/bitpingd:latest
103-
```
93+
##### Option 1. To run the container in interactive mode:
94+
```
95+
bash docker run -it --mount type=volume,source="bitpingd-volume",target=/root/.bitpingd bitping/bitpingd:latest
96+
```
10497
98+
##### Option 2. To run the container and pass email and password via CLI instead of an interactive session run:
99+
1. Log in to your account with the following command:
100+
```bash
101+
docker run -it --mount type=volume,source="bitpingd-volume",target=/root/.bitpingd --entrypoint /app/bitpingd bitping/bitpingd:latest login --email "YOUR_BITPING_EMAIL" --password "YOUR_BITPING_PASSWORD"
102+
```
103+
2. Now start the bitping node!
104+
```bash
105+
docker run -it --mount type=volume,source="bitpingd-volume",target=/root/.bitpingd bitping/bitpingd:latest
106+
```
107+
105108
## Support
106109
107110
If you encounter any issues or need further guidance, please:

0 commit comments

Comments
 (0)