我正在通过docker compose创建一个图像,但是由于某种原因,它的名字变得加倍了?一切运行正常,没有问题,但图像名称看起来像‘poc_tool_poc_tool’,我如何更改名称或添加版本控制?docker ps:
c70753c4553e poc_tool_poc_tool "streamlit run --ser…" 17 minutes ago Up 11 minutes0.0.0.0:8889->8889/tcp p
# Comment the image line, place your Dockerfile in the directory where you placed the docker-compose.yamlimage: ${AIRFLOW_IMAGE_NAME:-apache/airflow:2.2.3} image: docker.io/bitnami/spark:3
environment