mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-12-14 14:20:32 +08:00
Docker healthcheck
This commit is contained in:
@@ -65,6 +65,6 @@ LABEL org.opencontainers.image.version=${VERSION_ARG}
|
|||||||
LABEL org.opencontainers.image.source=https://github.com/kroese/virtual-dsm/
|
LABEL org.opencontainers.image.source=https://github.com/kroese/virtual-dsm/
|
||||||
LABEL org.opencontainers.image.url=https://hub.docker.com/r/kroese/virtual-dsm/
|
LABEL org.opencontainers.image.url=https://hub.docker.com/r/kroese/virtual-dsm/
|
||||||
|
|
||||||
HEALTHCHECK --interval=30s --retries=3 CMD /run/check.sh
|
HEALTHCHECK --interval=30s --retries=2 CMD /run/check.sh
|
||||||
|
|
||||||
ENTRYPOINT ["/run/run.sh"]
|
ENTRYPOINT ["/run/run.sh"]
|
||||||
|
|||||||
Reference in New Issue
Block a user