[sage-devel] Re: [GitHub] Subscribed to sagemath/docker notifications

2014-11-03 Thread Volker Braun
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

[sage-devel] Re: [GitHub] Subscribed to sagemath/docker notifications

2014-11-03 Thread Samuel Lelievre
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

[sage-devel] Re: [GitHub] Subscribed to sagemath/docker notifications

2014-11-03 Thread 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 container non-interactively (without the -t -i) then it brings up the notebook server. There is also docker fo