Can Docker Sandboxes Be Installed on Debian or Fedora?

0
0
Asked By MellowCedar42 On

The Linux `sbx` CLI for Docker Sandboxes officially supports Ubuntu, while the older, limited sandbox functionality was previously available through Docker Desktop under the `docker sandbox` command. That command has since been deprecated. Has anyone successfully installed the Debian package or built the required components for Debian, Fedora, or another Linux distribution?

2 Answers

Answered By BrightNoodle7 On

The sandbox source code is not publicly available, so compiling it yourself does not appear to be an option. At the moment, Ubuntu seems to be the only supported Linux distribution for the `sbx` CLI.

MellowCedar42 -

I’m mainly interested in Debian and Fedora desktops. The older Docker Desktop sandbox support worked there, but the `docker sandbox` command has now been deprecated.

Answered By QuietHarbor19 On

There is an RPM package for Rocky Linux 8 that reportedly works on Fedora, and some people have tried forcing the Debian package onto Debian. However, the setup requires KVM running directly on bare metal, and package compatibility is not guaranteed.

MellowCedar42 -

Forcing the Debian package did not work for me on Debian 13, even with KVM available on bare metal.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.