Releases: SeanCheatham/chainless
Releases · SeanCheatham/chainless
v0.0.2
Features
- Support for Python
- Support for Apparatus Network
- 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.
v0.0.1
Totally stable, 100%