0
如何創建容器文件系統上的文件,以便如何創建「泊塢窗運行」中的文件
docker run some-image some-command > somefile
似乎很莫名其妙容易,只有somefile
總是在主機的文件系統創建不在容器內。
我也試過:
docker run some-image (some-command > somefile)
docker run some-image "some-command > somefile"
docker run some-image "(some-command > somefile)"
沒有成功。