@@ -151,7 +151,7 @@ Ref: <https://github.com/jupyter/docker-stacks/issues/199>
151
151
152
152
## Manpage installation
153
153
154
- Most containers , including our Ubuntu base image, ship without manpages installed to save space.
154
+ Most images , including our Ubuntu base image, ship without manpages installed to save space.
155
155
You can use the following Dockerfile to inherit from one of our images to enable manpages:
156
156
157
157
``` {literalinclude} recipe_code/manpage_install.dockerfile
@@ -161,8 +161,8 @@ You can use the following Dockerfile to inherit from one of our images to enable
161
161
Adding the documentation on top of the existing image wastes a lot of space
162
162
and requires reinstalling every system package,
163
163
which can take additional time and bandwidth.
164
- Enabling manpages in the base Ubuntu layer prevents this container bloat.
165
- To achieve this, use the previous ` Dockerfile ` 's commands with the original ` ubuntu ` image as your base container :
164
+ Enabling manpages in the base Ubuntu layer prevents this image bloat.
165
+ To achieve this, use the previous ` Dockerfile ` 's commands with the original ` ubuntu ` image as your base image :
166
166
167
167
``` dockerfile
168
168
FROM ubuntu:22.04
@@ -483,7 +483,7 @@ docker run -it --rm \
483
483
quay.io/jupyter/minimal-notebook
484
484
```
485
485
486
- ## Add ijavascript kernel to container
486
+ ## Install ijavascript kernel in your image
487
487
488
488
The example below is a Dockerfile to install the [ IJavascript kernel] ( https://github.com/n-riesco/ijavascript ) .
489
489
0 commit comments