rxd_txd
299 subscribers
514 photos
31 videos
22 files
2.79K links
Download Telegram
Forwarded from DevOps&SRE Library
gatus

A service health dashboard in Go that is meant to be used as a docker image with a custom configuration file.

https://github.com/TwinProduction/gatus
Функционал vs Функциональность

:)
https://nepishi.ru/s/function/
#hollywar #ru #lang #terms
Forwarded from The After Times
Forwarded from 🇺🇦 Go for two :)
Forwarded from oleg_log (Oleg Kovalov)
Откопал прикольную штучку: билд и запуск докера одной командой.

docker run -it $(docker build -q .)

1. docker build понятно о чем

2. -q - Suppress the build output and print image ID on success

3. docker run полученного хеша

И мне кажется это отлично) Правда есть минус, что параметры в docker run должны идти перед -it что чууть ломает UX.

Знатоки, что там еще посоветуете из быстрых и полезных команд для Докера?