diff --git a/docs/using/recipes.md b/docs/using/recipes.md index 69ecf9e180..333aad6a1a 100644 --- a/docs/using/recipes.md +++ b/docs/using/recipes.md @@ -151,7 +151,7 @@ Ref: ## Manpage installation -Most containers, including our Ubuntu base image, ship without manpages installed to save space. +Most images, including our Ubuntu base image, ship without manpages installed to save space. You can use the following Dockerfile to inherit from one of our images to enable manpages: ```{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 Adding the documentation on top of the existing image wastes a lot of space and requires reinstalling every system package, which can take additional time and bandwidth. -Enabling manpages in the base Ubuntu layer prevents this container bloat. -To achieve this, use the previous `Dockerfile`'s commands with the original `ubuntu` image as your base container: +Enabling manpages in the base Ubuntu layer prevents this image bloat. +To achieve this, use the previous `Dockerfile`'s commands with the original `ubuntu` image as your base image: ```dockerfile FROM ubuntu:22.04 @@ -483,7 +483,7 @@ docker run -it --rm \ quay.io/jupyter/minimal-notebook ``` -## Add ijavascript kernel to container +## Install ijavascript kernel in your image The example below is a Dockerfile to install the [IJavascript kernel](https://github.com/n-riesco/ijavascript). diff --git a/examples/docker-compose/README.md b/examples/docker-compose/README.md index d2c2e3eef9..40300caca7 100644 --- a/examples/docker-compose/README.md +++ b/examples/docker-compose/README.md @@ -12,7 +12,7 @@ See the [installation instructions](https://docs.docker.com/engine/installation/ ## Quickstart -Build and run a `jupyter/minimal-notebook` container on a VirtualBox VM on local desktop. +Build and run a `jupyter/minimal-notebook` image on a VirtualBox VM on local desktop. ```bash # create a Docker Machine-controlled VirtualBox VM