Update and rename readme.md to README.md
This commit is contained in:
parent
53e9732cef
commit
1766ef554a
@ -10,7 +10,10 @@ Make a Docker Image using this dockerfile
|
|||||||
To run the docker Image
|
To run the docker Image
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker run -d --env USERNAME=<USERNAME> --env WORKER=<WORKER-ID> --env PASS=<WORKER-PASSWORD> <CONTAINER-ID>
|
docker run -d --env USERNAME=<USERNAME> --env WORKER=<WORKER-ID> --env PASS=<WORKER-PASSWORD> <IMAGE-ID>
|
||||||
|
|
||||||
|
# Check logs
|
||||||
|
docker logs <RUNNING-CONTAINER-ID>
|
||||||
```
|
```
|
||||||
|
|
||||||
This will Start the container and detach it.
|
This will Start the container and detach it.
|
||||||
Loading…
Reference in New Issue
Block a user