mirror of
https://github.com/containers/podman.git
synced 2025-06-19 16:33:24 +08:00
compose test: remove cni config copy
The network backend always has default config in memory so there is no need to copy it. Also netavark cannot use it. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
@ -212,7 +212,6 @@ function start_service() {
|
||||
rm -f $DOCKER_SOCK
|
||||
mkdir --mode 0755 $WORKDIR/{root,runroot,cni}
|
||||
chcon --reference=/var/lib/containers $WORKDIR/root
|
||||
cp /etc/cni/net.d/*podman*conflist $WORKDIR/cni/
|
||||
|
||||
$PODMAN_BIN \
|
||||
--log-level debug \
|
||||
|
Reference in New Issue
Block a user