start container from rootfs #5348
ashraffouda
started this conversation in
General
Replies: 4 comments
-
Hmm does it work if you do FROM scratch
COPY /root-on-host / and then run |
Beta Was this translation helpful? Give feedback.
0 replies
-
Also |
Beta Was this translation helpful? Give feedback.
0 replies
-
I did something like this which seems to be working
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes this is what buildah was designed to do. |
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
-
can we import containers/images from rootfs directory?
like if I did for example
pacstrap -K /var/chroot base base-devel
which will create/var/chroot
can I use this directory to create an image/container from it?Beta Was this translation helpful? Give feedback.
All reactions