containers / containers/toolbox

'podman system migrate' restarted all my running non-Toolbx containers

Open
#1,621 12 comments 0 reactions 0 assignees View on GitHub
1. Bug
Dominant language
Go
Stars
3.5k
Forks
262
Avg merge
3d 1h
Merged PRs (30d)
1

Description

**Describe the bug**
When running `toolbox enter`, all existing containers somehow restarted itself, causing downtime.

**Steps how to reproduce the behaviour**
1. Execute `toolbox enter` in the terminal
2. Notice a very long delay until toolbox container's terminal prompt appears
3. Exit to host
4. Execute `podman ps` and notice the output of STATUS column

**Expected behaviour**
all other existing containers managed via quadlet keep running normally

**Actual behaviour**
all other existing containers managed via quadlet just restarted

**Screenshots**
```
core@zhu:~$ podman ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
74ea0db0fe45 registry.fedoraproject.org/fedora-toolbox:41 toolbox --log-lev... 2 months ago Exited (143) 2 weeks ago fedora-toolbox-41
9afe5a6d35a2 docker.io/boinc/client:latest start-boinc.sh 12 hours ago Up 12 hours 0.0.0.0:31416->31416/tcp boinc
3c81ddac0fe1 docker.io/ubuntu/squid:5.2-22.04_beta -f /etc/squid/squ... 12 hours ago Up 12 hours 0.0.0.0:3128->3128/tcp squid
bae8ea6b50e8 atdr.meo.ws/archiveteam/warrior-dockerfile:latest 12 hours ago Up 12 hours (healthy) 0.0.0.0:8001->8001/tcp archiveteam-warrior
core@zhu:~$ toolbox enter
⬢ [core@toolbx ~]$ exit
logout
core@zhu:~$ podman ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
74ea0db0fe45 registry.fedoraproject.org/fedora-toolbox:41 toolbox --log-lev... 2 months ago Up 14 seconds fedora-toolbox-41
d9f920cb3f4b docker.io/boinc/client:latest start-boinc.sh 16 seconds ago Up 15 seconds 0.0.0.0:31416->31416/tcp boinc
0058c2fb2908 docker.io/ubuntu/squid:5.2-22.04_beta -f /etc/squid/squ... 16 seconds ago Up 13 seconds 0.0.0.0:3128->3128/tcp squid
d7a3b43d8071 atdr.meo.ws/archiveteam/warrior-dockerfile:latest 14 seconds ago Up 13 seconds (healthy) 0.0.0.0:8001->8001/tcp archiveteam-warrior
core@zhu:~$

```

**Output of `toolbox --version` (v0.0.90+)**
toolbox version 0.1.1

**Toolbx package info (`rpm -q toolbox`)**
toolbox-0.1.1-1.fc41.x86_64

**Output of `podman version`**
```
Client: Podman Engine
Version: 5.4.1
API Version: 5.4.1
Go Version: go1.23.7
Git Commit: b79bc8afe796cba51dd906270a7e1056ccdfcf9e
Built: Tue Mar 11 07:00:00 2025
Build Origin: Fedora Project
OS/Arch: linux/amd64
```

**Podman package info (`rpm -q podman`)**
podman-5.4.1-1.fc41.x86_64

**Info about your OS**
Fedora CoreOS 41.20250315.3.0

**Additional context**
```
$ cat ~/.config/containers/containers.conf
[network]
default_rootless_network_cmd = "slirp4netns"
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.