centos
Here are 1,668 public repositories matching this topic...
-
Updated
Apr 5, 2020
-
Updated
Mar 4, 2022 - Shell
-
Updated
Mar 18, 2022 - Shell
-
Updated
Oct 28, 2021 - Java
-
Updated
Mar 19, 2022 - Shell
-
Updated
Jan 21, 2022 - Shell
-
Updated
May 7, 2021 - Shell
Similar to #119
It could be useful to mount the host file system as overlay, so that we are sure that the host file system is not touched outside the container.
This is also useful for #28
Example:
distrobox create --image alpine:latest --name test-alpine --home /tmp/test-home --overlay-host
Specifically the home should then be mounted with the :O flag:
[...]
--volume /:/run/
-
Updated
Feb 16, 2022
-
Updated
Dec 16, 2020
-
Updated
Feb 14, 2022 - Rust
Many Distributions have an EOL date. Add a column for this to Distribution and use this to sort/filter/hide distributions on Webui::DistributionsController#new and DistributionsController#index
-
Updated
Feb 27, 2022 - Go
-
Updated
Aug 31, 2021 - PHP
more cli commands
-
Updated
Mar 18, 2022 - C
Improve this page
Add a description, image, and links to the centos topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the centos topic, visit your repo's landing page and select "manage topics."
Of the learning environments that leverage Ansible, very few are using roles. This can make porting Ansible playbooks across learning environments more difficult. To fix this, Ansible-using learning environments need to be refactored (where possible) to use an Ansible role.