[問題] docker container 和 submodule 的問題
各位達人好
本人在 host machine 的/root/test目錄加入一個submodule (這裡以matplotlib為例):
cd /root/test
git submodule add https://github.com/matplotlib/matplotlib.git sm/matplotlib
然後同樣在/root/test中寫了一個簡單的Dockerfile (sub.Dockerfile)
FROM debian:buster
RUN apt-get update && apt install -qy git
RUN --mount=type=bind,source=sm/matplotlib,target=/root/sm/matplotlib,rw
建立image (test_sm) 並進入container:
docker build -t test_sm -f /root/test/sub.Dockerfile .
docker run -it test_sm
卻發現在container中的/root/sm/matplotlib完全沒有東西,host machine中的
sm/matplotlib 好像沒有 mount 到 container中
請問大家有碰過類似的事嗎? 感謝各位看完我的問題
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 47.187.207.248 (美國)
※ 文章網址: https://www.ptt.cc/bbs/Linux/M.1679559967.A.CE9.html
推
03/23 17:02,
1年前
, 1F
03/23 17:02, 1F
→
03/23 17:04,
1年前
, 2F
03/23 17:04, 2F
→
03/23 17:04,
1年前
, 3F
03/23 17:04, 3F
→
03/23 17:07,
1年前
, 4F
03/23 17:07, 4F
→
03/23 21:40,
1年前
, 5F
03/23 21:40, 5F
→
03/23 21:40,
1年前
, 6F
03/23 21:40, 6F
→
03/23 21:44,
1年前
, 7F
03/23 21:44, 7F
→
03/23 22:31,
1年前
, 8F
03/23 22:31, 8F
→
03/23 22:31,
1年前
, 9F
03/23 22:31, 9F
→
03/23 22:34,
1年前
, 10F
03/23 22:34, 10F
→
03/23 22:35,
1年前
, 11F
03/23 22:35, 11F
→
03/23 22:35,
1年前
, 12F
03/23 22:35, 12F
→
03/24 00:46,
1年前
, 13F
03/24 00:46, 13F
→
03/24 00:47,
1年前
, 14F
03/24 00:47, 14F
→
03/24 00:47,
1年前
, 15F
03/24 00:47, 15F
→
03/25 08:01,
1年前
, 16F
03/25 08:01, 16F
→
03/26 00:21,
1年前
, 17F
03/26 00:21, 17F
→
03/26 00:21,
1年前
, 18F
03/26 00:21, 18F
→
03/26 00:21,
1年前
, 19F
03/26 00:21, 19F
→
03/27 20:37,
1年前
, 20F
03/27 20:37, 20F
→
03/28 11:20,
1年前
, 21F
03/28 11:20, 21F
Linux 近期熱門文章
23
129
PTT數位生活區 即時熱門文章