Skip to content

v0.0.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 12 Aug 00:30
· 1 commit to main since this release

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.