AS
nsqlookupd:
image: nsqio/nsq:v1.1.0
command: /nsqlookupd
healthcheck:
test: ["CMD-SHELL", "wget", "--quiet", "--tries=1", "--spider", "http://0.0.0.0:4161/ping || exit 1"]
interval: 3s
timeout: 3s
retries: 100
Size: a a a
AS
nsqlookupd:
image: nsqio/nsq:v1.1.0
command: /nsqlookupd
healthcheck:
test: ["CMD-SHELL", "wget", "--quiet", "--tries=1", "--spider", "http://0.0.0.0:4161/ping || exit 1"]
interval: 3s
timeout: 3s
retries: 100
GM
...
healthcheck:
test: curl -sS http://127.0.0.1 || echo 1
interval: 5s
timeout: 10s
retries: 3
...
GM
AS
...
healthcheck:
test: curl -sS http://127.0.0.1 || echo 1
interval: 5s
timeout: 10s
retries: 3
...
nsqlookupd:
image: nsqio/nsq:v1.1.0
command: /nsqlookupd
healthcheck:
test: "wget --quiet --tries=1 --spider http://0.0.0.0:4161/ping || exit 1"
interval: 3s
timeout: 3s
retries: 100
AS
GM
GM
m
I
RU
exec command --param-from-curl
SF
SF
SF
AF
docker rm --name registry
или remove?SF
T
SF