We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8cbdd7 commit 5560266Copy full SHA for 5560266
board/common/rootfs/usr/sbin/container
@@ -550,7 +550,7 @@ while [ "$1" != "" ]; do
550
;;
551
-m | --mount)
552
shift
553
- mount="--mount=$1"
+ mount="$mount --mount=$1"
554
555
--manual)
556
manual=true
@@ -696,7 +696,7 @@ case $cmd in
696
oci)
697
find $BUILTIN $DOWNLOADS -type f 2>/dev/null
698
699
- *)
+ *)
700
podman ps $all --format "{{.Names}}"
701
702
esac
doc/ChangeLog.md
@@ -14,6 +14,7 @@ All notable changes to the project are documented in this file.
14
- Add HDMI and USB support for iMX8MP-evk
15
16
### Fixes
17
+- Fix containers with multiple mounts
18
19
20
[v25.04.0][] - 2025-04-30
0 commit comments