Commands¶ Get container ID from image name¶ docker ps -qf "name=CONTAINER_IMAGE_NAME" | awk '{print $1}'