You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
With Sysbox 0.6.6 on docker host, I can run a container from image with latest docker and containerd, but I can't launch another container (typically Oracle database) inside my first container.
Server Debian 12, Docker version 27.4.1, Sysbox 0.6.6 Community.
Docker image with systemd and latest docker.
Launch container from this image docker run --rm --runtime sysbox-runc --name sysbox sysbox and inside this container launch an oracle container docker run --rm container-registry.oracle.com/database/free:latest produces Error : ORA-27300: OS system dependent operation:Cannot open /proc/sys/kernel/shm failed with status: 75
The text was updated successfully, but these errors were encountered:
Hi,
With Sysbox 0.6.6 on docker host, I can run a container from image with latest docker and containerd, but I can't launch another container (typically Oracle database) inside my first container.
Server Debian 12, Docker version 27.4.1, Sysbox 0.6.6 Community.
Docker image with systemd and latest docker.
Launch container from this image
docker run --rm --runtime sysbox-runc --name sysbox sysbox
and inside this container launch an oracle containerdocker run --rm container-registry.oracle.com/database/free:latest
produces Error : ORA-27300: OS system dependent operation:Cannot open /proc/sys/kernel/shm failed with status: 75The text was updated successfully, but these errors were encountered: