You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use Docker-out-of-Docker instead of Docker-in-Docker (improved security)
Breaking Changes
Docker-out-of-Docker requires a few extra arguments when launching.
-v /var/run/docker.sock:/var/run/docker.sock binds the host Docker socket into the Chainless container
-v /tmp/chainless:/tmp/chainless a shared host-level tmp directory that can be accessed by Chainless sub-containers
Object/blob storage format has changed in a backwards-incompatible way. Users should run docker rm -f chainless && docker volume rm chainless_data && docker volume create chainless_data before re-launching.