Skip to content

Releases: SeanCheatham/chainless

v0.0.2

12 Aug 00:30
Compare
Choose a tag to compare

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

07 Aug 01:25
7d2b92c
Compare
Choose a tag to compare

Totally stable, 100%