Replies: 1 comment
-
|
Your result is expected. You have Try this instead: terminal 1: % container run -t -i alpine:latest sh
Warning! Running debug build. Performance may be degraded.
/ # cd home
/home # mkdir test
/home # ls
test
/home # terminal 2: % container ls
Warning! Running debug build. Performance may be degraded.
ID IMAGE OS ARCH STATE ADDR
65b66427-7d6c-46dd-a32b-b078593f4bb3 docker.io/library/alpine:latest linux arm64 running 192.168.64.2
% container exec -t -i 65b66427-7d6c-46dd-a32b-b078593f4bb3 sh
Warning! Running debug build. Performance may be degraded.
/ # cd home
/home # ls
test
/home # |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i mkdir a dir , but not in same container
Beta Was this translation helpful? Give feedback.
All reactions