Closed samuell closed 10 months ago
Can you post your docker-compose file?
Got this running with the help of @mhkc now!
Turned out I had accidentally installed podman, which "hijacked" the docker command with an alias pointing to podman, and it turns out they are not 100% compatible. E.g. there were complaints that the CNI version used is not supported.
After installing the docker.io
package (in Linux Mint 21.1), things worked much better. Also I did upgrade to 0.2.0 instead of 0.1.0 of Bonsai.
I just thought to ask if you have any tips to share when getting the following errors, trying to do
docker-compose up -d
(after fixing an initial permissions issue withsudo chown -R root:docker /run/podman/
andsudo chmod g+rx /run/podman/
):Running:
... I get: