How to “undeclare” volumes in docker image?

后端 未结 3 2059
孤街浪徒
孤街浪徒 2020-12-10 12:54

I am writing a Dockerfile for setting up an image for testing a web application. I am basing it on the tutum/lamp image (https://github.com/tutumcloud/tutum-docker-lamp/blob

3条回答
  •  無奈伤痛
    2020-12-10 13:06

    You can't really undeclare a volume, but you can build your own version of the original image by modifying its dockerfile.

提交回复
热议问题