This is a simple repository to quickly spin up a SageMath instance using Docker.
You need to have Docker installed on your system. You can download it from here.
To start the server, simply run the following command in your terminal from the root of this repository:
docker compose up
Append the flag -d
to run in the background:
docker compose up -d