Skip to content

Latest commit

 

History

History
executable file
·
16 lines (13 loc) · 623 Bytes

README.md

File metadata and controls

executable file
·
16 lines (13 loc) · 623 Bytes

Development environment

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