--security-opt seccomp=unconfined
to docker run
as a best effort to avoid the pthread_create failed
error.
If you encounter a “manifest not found” error, this may be due to:
linux/amd64
and linux/arm64
architectures. If it doesn’t match your OS architecture, you may supply --platform linux/amd64
as a best effort.bind: address already in use
error, it means the port 8080 is already in use on your host. You need to either stop the existing process using the port or configure Bytebase to use a different port via --publish <<YOUR_PORT>>:8080
.
--network host
flags in docker run
command. This allows Bytebase to connect to database instance running on the same host with localhost
.host.docker.internal
to connect to database instance running on the same host.--mount
option when starting colima as shown below: