A little bit modified SeaStar environment build.
Recommended at least 11GB
of free memory.
Requirements: docker
, docker-compose
.
Create the image if does not exist and launch the container:
docker-compose up -d
Thus you can use remote development (example) using ssh://scylla@localhost:7776
and password dev
. Solutions to potential problems are here.
Stop the container:
docker-compose down