“Docker PS Grep Container ID” Kod odpowiedzi

Docker PS Grep Container ID

docker ps -qf "name=IMAGE_NAME"
AttractivePenguin

Docker PS Grep Container ID

docker ps --filter status=running --filter publish="$PORT" --format "table {{.ID}}\t" | grep -m2 "" -o -n | tail -n1 | sed 's/2://g'
AttractivePenguin

Odpowiedzi podobne do “Docker PS Grep Container ID”

Pytania podobne do “Docker PS Grep Container ID”

Więcej pokrewnych odpowiedzi na “Docker PS Grep Container ID” w Shell/Bash

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu