Docker-related issues

Versions prior to 1.9.1 are not suitable for a clean installation due to breaking changes introduced in Docker 25. Please use version 1.9.2 or later for clean installations!

If you run bootstrap.sh to perform a clean installation of Sandbox 1.9.1 (or earlier), then the following invalid network config issue will occur due to a breaking change in Docker 25:

Copy

In this case, you can modify the subnet address in sandbox-installer/common.sh to allow the installation to complete.

Please replace this line:

Bash
Copy

with the following:

Bash
Copy

After completing the installation, it is strongly recommended to downgrade all Docker packages, because Docker 25 breaks communications between certain components of the Sandbox system:

Bash
Copy

If you encounter the following error when running shutdown_webservice.sh, please also downgrade the Docker packages using the commands above (this is a bug in docker compose version 2.24.1 that might be fixed in future versions: https://github.com/docker/compose/issues/11371)

Copy
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
On This Page
Docker-related issues