How to set bind mounts into the Dockerfile #4090
Answered
by
jimmykarily
nicolaspernoud
asked this question in
Q&A
|
Hello, I would like to get custom bind mounts sets into the Dockerfile, so that they can be altered by creating an upgrade image, and not with cloud init. That seems possible by putting a yaml file in /system/oem like in https://github.com/mudler/dockerfiles/blob/master/kairos-orin-docker/Dockerfile . Is that a good idea ? Any drawbacks ? Putting them to /oem/ does not work, they are not present in the running VM. Also, when creating a efi or bios image with auroraboot, the install section of cloud init is not played, and the bind_mounts from the install are not activated. Any way to circumvent this ? Best regards, and thanks for all the work on kairos ! |
Answered by
jimmykarily
May 26, 2026
Replies: 1 comment 3 replies
|
Putting it in |
3 replies
Answer selected by
nicolaspernoud
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Putting it in
/system/oemsounds ok to me. I don't see why not (especially since it works :D)