Skip to content

Commit 7315f73

Browse files
author
Release Manager
committed
gh-35958: note about docker in README.md <!-- ^^^^^ Please provide a concise, informative and self-explanatory title. Don't put issue numbers in there, do this in the PR body below. For example, instead of "Fixes #1234" use "Introduce new method to calculate 1+1" --> <!-- Describe your changes here in detail --> This is adding a short paragraph about using docker, and a link. <!-- Why is this change required? What problem does it solve? --> <!-- If this PR resolves an open issue, please link to it here. For example "Fixes #12345". --> <!-- If your change requires a documentation PR, please link it appropriately. --> ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> <!-- If your change requires a documentation PR, please link it appropriately --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> <!-- Feel free to remove irrelevant items. --> - [x] The title is concise, informative, and self-explanatory. - [x] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation accordingly. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on - #12345: short description why this is a dependency - #34567: ... --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> URL: #35958 Reported by: Frédéric Chapoton Reviewer(s): Kwankyu Lee, Matthias Köppe
2 parents edc4c57 + 771be4b commit 7315f73

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ your Windows. Make sure you allocate WSL sufficient RAM; 5GB is known to work, w
6565
Then all instructions for installation in Linux apply.
6666

6767
As an alternative, you can also run Linux on Windows using Docker (see
68-
above) or other virtualization solutions.
68+
below) or other virtualization solutions.
6969

7070
[macOS] Preparing the Platform
7171
------------------------------
@@ -416,6 +416,18 @@ You need to install `sage_conf`, a wheelhouse of various python packages. You ca
416416

417417
**NOTE:** You can find `sage` and `sagemath` pip packages but with these packages, you will encounter `ModuleNotFoundError`.
418418

419+
SageMath Docker images
420+
----------------------
421+
422+
[![Docker Status](http://dockeri.co/image/sagemath/sagemath)](https://hub.docker.com/r/sagemath/sagemath)
423+
424+
SageMath is available on Docker Hub and can be downloaded by:
425+
``` bash
426+
docker pull sagemath/sagemath
427+
```
428+
429+
Currently, only stable versions are kept up to date.
430+
419431
Troubleshooting
420432
---------------
421433

0 commit comments

Comments
 (0)