You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: container/README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ A docker container for the [Wolfram JS Frontend](https://github.com/JerryI/wolfr
10
10
11
11
2. Register at the [Wolfram Engine download page](https://www.wolfram.com/engine/). Click to download (only needed to be redirected to the right place) and then follow the `Get your license` instructions. Register on the next page and acquire the license (it is free). A confirmation message will be sent to your email address. Please follow the link received by email.
12
12
13
-
3. Start the container (*not by a superuser*):
13
+
3. Start the container (*not by a superuser!*):
14
14
For example
15
15
16
16
```bash
@@ -40,7 +40,7 @@ A docker container for the [Wolfram JS Frontend](https://github.com/JerryI/wolfr
40
40
41
41
You may change port mapping in the starting sequence.
42
42
43
-
## How to update an image
43
+
## How to update
44
44
To feath a new version, you need to purge the old one including a named volume
45
45
46
46
```bash
@@ -95,6 +95,7 @@ docker run -it \
95
95
To update WLJS Notebook image, please, remove named volume `wljs_data` as well. Otherwise some packages may appear to be outdated
0 commit comments