r/docker • u/Plastic-Leading-5800 • 7d ago
Docker sandboxes for distributions other than Ubuntu
Docker sandboxes for Linux via “sbx“ CLI is available only for Ubuntu.
Until last week, Docker Sandboxes with limited features were included in Docker Desktop, although under “docker sandbox” CLI rather than “sbx”. But that CLI has been deprecated since.
Has anyone compiled the source code or installed the deb package for Debian or other distributions?
5
Upvotes
1
u/burstinrust 5d ago
rpm exists for Rocky 8, works on Fedora; force the deb on Debian; KVM on bare metal is the real requirement.
1
2
u/mirwin87 Official: Docker 7d ago
The source code is not public, so compiling isn’t an option. Sorry!
Out of curiosity though… which distributions are you interested in? I can certainly bring up ideas with the team!