Page MenuHomeVyOS Platform

Container can't be deleted
Closed, ResolvedPublicBUG

Description

To reproduce add and delete container

run add container image alpine

Container exists after deleting:

vyos@r14:~$ show conf com | match container
set container name alp01 image 'alpine'
set container name alp01 network net01
set container network net01 prefix '10.0.0.0/24'
vyos@r14:~$ 
vyos@r14:~$ conf
[edit]
vyos@r14# delete container 
[edit]
vyos@r14# commit
[edit]
vyos@r14# 
vyos@r14# sudo podman ps
CONTAINER ID  IMAGE                            COMMAND  CREATED         STATUS             PORTS   NAMES
f8a707c0e0ec  docker.io/library/alpine:latest  /bin/sh  33 seconds ago  Up 33 seconds ago          alp01
[edit]
vyos@r14#

Details

Difficulty level
Normal (likely a few hours)
Version
VyOS 1.4-rolling-202206260217
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Bug (incorrect behavior)