Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wbbaker authored Jul 26, 2024
1 parent 207271b commit cd24cb7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <your-favorite-distro>` 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 <your-favorite-distro>` such as debian, rocky, alpine, etc. — what happens?
3. `docker run -it <your-favorite-distro>` — 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`
Expand Down

0 comments on commit cd24cb7

Please sign in to comment.