Page MenuHomeVyOS Platform

containers are not starting
Resolved (N/A)PublicBUG

Description

trying to up squid container:
vyos@fw-01# show container
name squid {

allow-host-networks
image ubuntu/squid
port 3128 {
    destination 3128
    source 3128
}
volume config {
    destination /etc/squid/squid.conf
    source /config/squid/squid.conf
}
volume logs {
    destination /var/log/squid
    source /config/squid/squidlogs
}

}
but container stucks at status created and are not actually running:
vyos@fw-01# run show container
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
931f0268ebc1 docker.io/ubuntu/squid:latest -f /etc/squid/squ... 21 seconds ago Created squid

When I'm trying to restart a container I'm getting error:
vyos@fw-01# run restart container squid
Error: OCI runtime error: writing file /sys/fs/cgroup/cgroup.subtree_control: Invalid argument

Details

Difficulty level
Unknown (require assessment)
Version
1.4 latest rolling release
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Bug (incorrect behavior)