Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

overlay: Introduce /run/bin #338

Closed
wants to merge 1 commit into from

Conversation

cgwalters
Copy link
Member

See: coreos/fedora-coreos-tracker#354

Basically we want to support things like containers that contain
binaries designed to execute on the host. These should really
be "lifecycle bound" to the container image. Let's at least
have an obvious place to drop them that goes away on reboot.

See: coreos/fedora-coreos-tracker#354

Basically we want to support things like containers that contain
binaries designed to execute on the host.  These should really
be "lifecycle bound" to the container image.  Let's at least
have an obvious place to drop them that goes away on reboot.
@jlebon
Copy link
Member

jlebon commented Apr 14, 2020

Hmm, I think it's worth fleshing out coreos/fedora-coreos-tracker#354 some more first?

I'm still not sure if we're talking about a host mechanism which knows how to fetch binaries from containers and run them, or just having privileged containers place them in /run on start and e.g. use systemctl to start them. But I might be missing context.

@lucab
Copy link
Contributor

lucab commented Apr 23, 2020

If we really want to go for this, I fear this has to plumbed a bit deeper inside the Fedora ecosystem as I suspect we'd need matching SELinux labels/policies too.

@cgwalters
Copy link
Member Author

Yeah, fair enough. So I then lean a bit more towards live "underlays".

@cgwalters cgwalters closed this May 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants