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

Usermode containers #106

Open
kousu opened this issue Nov 16, 2023 · 1 comment
Open

Usermode containers #106

kousu opened this issue Nov 16, 2023 · 1 comment

Comments

@kousu
Copy link
Member

kousu commented Nov 16, 2023

Edit the wiki to explain how to use containers on our linux systems.

We have podman installed which:

  • is configured to allow unprivileged users to safely run containers
  • stores its data under each user's ~/.local/share

Explain:

  • how to get into a container
  • how to make a container persistent vs ephemeral
  • how to monitor disk usage -- the user ID trickery that containers do makes it hard to monitor your own quota
  • how to clean up after yourself
  • how to X forward into a container
  • how to volume mount
  • other things?
@kousu
Copy link
Member Author

kousu commented Nov 16, 2023

This mirrors #105 -- that makes full VMs, podman makes lightweight VMs. They're both useful in similar ways.

We should also probably explain, lightly, when you would prefer one or the other.

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

No branches or pull requests

1 participant