From cd24cb74d9cb4d31ac847b97e11b4fd5ab9d5169 Mon Sep 17 00:00:00 2001 From: W Beecher Baker Date: Fri, 26 Jul 2024 14:55:20 -0400 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1911284..1044a17 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,9 @@ Files & notes for a series of docker tutorials for coworkers. 1. Getting things working 1. Everybody run `docker run hello-world` to make sure Docker is installed and working. - 2. `docker run -it ` such as debian, rocky, alpine, etc. - 3. Quiz: What does `-it` do? Could check with `docker run --help` or at https://docs.docker.com/reference/. + 2. `docker run ` such as debian, rocky, alpine, etc. — what happens? + 3. `docker run -it ` — just add `-it`. Better? + 4. Quiz: What does `-it` do? Could check with `docker run --help` or at https://docs.docker.com/reference/. 2. Running something useful: Jupyter Notebooks 1. `docker run -p 8888:8888 quay.io/jupyter/datascience-notebook:latest`