File tree Expand file tree Collapse file tree 1 file changed +14
-11
lines changed
Expand file tree Collapse file tree 1 file changed +14
-11
lines changed Original file line number Diff line number Diff 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
107110If you encounter any issues or need further guidance, please:
You can’t perform that action at this time.
0 commit comments