Update and rename readme.md to README.md

This commit is contained in:
Vivek Teega 2022-08-11 18:21:46 +05:30 committed by GitHub
parent 53e9732cef
commit 1766ef554a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,10 @@ Make a Docker Image using this dockerfile
To run the docker Image
```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.