Add instructions regarding Docker socket mounting to Healthcheck README

This commit is contained in:
moshferatu 2024-11-15 11:52:11 -08:00
parent e8f843ac79
commit b6d4047ac1

View File

@ -33,6 +33,10 @@ The necessary [Dockerfile](./Dockerfile) is provided here.
Just build and run the container like any other, while making sure to set the necessary environment variables as mentioned above. Just build and run the container like any other, while making sure to set the necessary environment variables as mentioned above.
The Docker socket will need to be mounted as a volume, however.
An example of this can be found in the [Healthcheck compose file](https://moshferatu.dev/moshferatu/docker-compose/src/branch/main/healthcheck.yaml).
### Standalone Script ### Standalone Script
Make sure you have the dependencies listed in [requirements.txt](./requirements.txt) installed in addition to Docker. Make sure you have the dependencies listed in [requirements.txt](./requirements.txt) installed in addition to Docker.