On Monday, November 3, 2014 11:46:25 AM UTC, Samuel Lelievre wrote:
>
> Could this be in a readme.md in the project's repo at github?
>
Done
--
You received this message because you are subscribed to the Google Groups
"sage-devel" group.
To unsubscribe from this group and stop receiving emails
Could this be in a readme.md in the project's repo at github?
2014-11-03 09:22:16 Z, Volker Braun:
>
> Minimal instructions (assuming you have docker installled):
>
> docker run -t -i sagemath/sage
>
> automatically downloads the Sage container and starts a Sage command line.
> If you start the c
Minimal instructions (assuming you have docker installled):
docker run -t -i sagemath/sage
automatically downloads the Sage container and starts a Sage command line.
If you start the container non-interactively (without the -t -i) then it
brings up the notebook server.
There is also docker fo