From 96e10524ef8fb4d4081f2279aa615651ef1b3ce1 Mon Sep 17 00:00:00 2001 From: seoyhaein Date: Sat, 14 May 2022 20:28:42 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B8=B0=EB=B3=B8=20=EC=84=A4=EB=AA=85=20?= =?UTF-8?q?=EC=A7=84=ED=96=89=EC=A4=91.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7601e57..50c5706 100644 --- a/README.md +++ b/README.md @@ -595,4 +595,8 @@ a process: 반드시 내일 전체 읽어보기 https://docs.podman.io/en/latest/markdown/podman-pod-create.1.html -To share a volume, use the --volumes-from option when running the target container. You can share volumes even if the source container is not running. By default, Podman mounts the volumes in the same mode (read-write or read-only) as it is mounted in the source container. \ No newline at end of file +To share a volume, use the --volumes-from option when running the target container. You can share volumes even if the source container is not running. By default, Podman mounts the volumes in the same mode (read-write or read-only) as it is mounted in the source container. + + +직접적인 예제 코드는 없고 일단 테스트 코드를 살펴보자 - 3.x 에는 해당 기능이 없다. 최신 버번에서 확인되는데 4.x 를 설치해야하는가??? +https://sourcegraph.com/github.com/containers/podman/-/blob/test/e2e/pod_create_test.go?L14 \ No newline at end of file