-
### Issue Description
I start the container with `--restart always` parameter. I think it will been in running status when podman restart. But the container status is Created when podman machine star…
-
### Discussed in https://github.com/containers/podman/discussions/23890
Originally posted by **anthr76** September 6, 2024
Hello! I'm trying to use the Docker CLI with the `DOCKER_HOST` set t…
-
- VSCode Version:1.92.1
- Local OS Version: macOS Sonoma
- Remote OS Version: ubuntu 20.04
- Remote Extension/Connection Type: Containers/WSL/Server
- Logs:
`[31884 ms] Start: Run: …
-
**Image I'm using:**
metal-dev
**Issue or Feature Request:**
When setting a password in user-data.toml (via base64'd user-data as described in the docs), logging in to the local console (tty0…
-
Currently, we mount files directly onto the host, and then from there bind-mount into the `onboot` or `services` containers, e.g. the compose file snippet in the below sample from `projects/compose/`:…
-
im trying to use this for the first time. with a simple playbook. im not getting a sensible output and I would be very grateful for any advice you can offer.
here is my playbook.yml
```
---
- …
-
Today it's possible to use [virt-manager with bootc](https://docs.fedoraproject.org/en-US/bootc/qemu-and-libvirt/) but it requires manually running a tool to make a disk image externally, and manually…
-
Is it possible to prevent ansible-runner from mounting user's `~/.ssh` into the container when using EEs?
Looking at https://github.com/ansible/ansible-runner/blob/devel/ansible_runner/utils/__in…
-
SELinux poses some interesting challenges when [bind mounting in Docker](https://docs.docker.com/storage/bind-mounts/). To date, we have relied on detecting SELinux and, if found, [appending a "Z"](ht…
-
These docker commands are that I use every single day
```
# show containers
docker ps
# Logging to container
docker logs -f
# ssh to container
docker exec -it /bin/bash
# build conta…