ДЛ
Size: a a a
ДЛ
ДЛ
S
S
AC
AC
O
MB
O
MB
MB
Н
O
MB
PB
alpine
образ с HEALTHCHECK --interval=1m --timeout=5s --retries=1 CMD wget "http://localhost:80/api/v1/service/ping" || exit 1Всё нормально, контейнер маркируется как
healthy
, но стоит мне начать проверку в compose
healthcheck:, как мы получаем статус
test: wget http://localhost:80/api/v1/service/ping || exit 1
interval: 2s
timeout: 2s
retries: 2
unhealthy
, хотя в контейнере видно, что запросы приходят и отдаётся 200 ОК.NA
NA
PB
HEALTHCHECK
определён в образе, он стартует со статуса healthy
, но затем меняет его на unhealthy
через 6 секунд при настройках --interval=2s --timeout=2s --retries=2
. Что-то тут не чисто...D
/man
- send list of commands to chat/coc
- send code of conduct to user/jobs
- send rules of publishing job opportunities and cv/ad
- send rules of publishing advertising/chats
- send list of friendly chats/events
- send list of events to user/starter
- send starter kit to user/middle
- send middle kit to user/tasks
- send user pack of DevOps tasks/course
- send to user list list of courses/cert
- send user list of certification tips & tricks/relocate
- send user list of relocate chats and channels/report
- forward replied message to admin chat and send link of replied message for fast-navigationD