changed readme

This commit is contained in:
Divyansh Bhardwaj 2022-04-14 22:56:11 +05:30
parent 56f290d485
commit 53e9732cef

View File

@ -10,12 +10,7 @@ Make a Docker Image using this dockerfile
To run the docker Image To run the docker Image
```bash ```bash
docker run -it <docker_image> docker run -d --env USERNAME=<USERNAME> --env WORKER=<WORKER-ID> --env PASS=<WORKER-PASSWORD> <CONTAINER-ID>
``` ```
This will Start the container and a terminal will pop up. This will Start the container and detach it.
Now just enter your Username, password and Worker name..