最后活跃于 1715092025

Make any docker service fake

anduin's Avatar anduin 修订了这个 Gist 1715092025. 转到此修订

1 file changed, 5 insertions

fake.yml(文件已创建)

@@ -0,0 +1,5 @@
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"]
上一页 下一页