| 1 | # Fake entrypoint for the service. Always sleep. |
| 2 | entrypoint: ["sleep", "infinity"] |
| 3 | # Fake healthcheck for the service. Always return true. |
| 4 | healthcheck: |
| 5 | test: ["CMD", "true"] |
最后活跃于 2 years ago
Make any docker service fake
| 1 | # Fake entrypoint for the service. Always sleep. |
| 2 | entrypoint: ["sleep", "infinity"] |
| 3 | # Fake healthcheck for the service. Always return true. |
| 4 | healthcheck: |
| 5 | test: ["CMD", "true"] |