centos
Here are 1,666 public repositories matching this topic...
-
Updated
Apr 5, 2020
-
Updated
Feb 18, 2022 - Shell
-
Updated
Feb 6, 2022 - Shell
-
Updated
Oct 28, 2021 - Java
-
Updated
Dec 3, 2021 - Shell
-
Updated
Jan 21, 2022 - Shell
-
Updated
May 7, 2021 - Shell
-
Updated
Feb 16, 2022
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
Dec 16, 2020
-
Updated
Feb 14, 2022 - Rust
Adding an non existing project to a "_meta" file leads to 500.
How to reproduce it:
- Open a "meta" file from a page
- Add an non existing project to as path
- Save the file
i.e:
<repository name="openSUSE_15.2">
<path project="foo:bar" repository="openSUSE_15.2"/>
<arch>x86_64</arch>
<arch>armv7l</arch>
<arch>aarch64</arch>
<arch>ppc64le</arch>
</rep
-
Updated
Feb 19, 2022 - Go
-
Updated
Aug 31, 2021 - PHP
more cli commands
-
Updated
Feb 25, 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.