Wondering how to setup basic networking in a container. #3881
Unanswered
pxlmastrXD
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Please refer to #201 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I am starting to use RunC for a research project, and I am setting up a simple container that I can use similar to a docker container. I use almost the default
config.json
fromrunc spec
, but I have modified it so the rootfs points to an Alpine Linux minirootfs I got, and i changedreadonly
to false as to install packages. I would like to be able to run commands such asapk update
orapk add python
, though. Any help would be great! I would also like it as simple as possible, too. Thanks!Beta Was this translation helpful? Give feedback.
All reactions