Skip to content

Commit

Permalink
Merge pull request #2 from walterct/patch-2
Browse files Browse the repository at this point in the history
Fixed numbering of list and formatting
  • Loading branch information
wbbaker authored Aug 8, 2024
2 parents bfad2be + 6d3ae0e commit 9a2bbf5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Files & notes for a series of docker tutorials for coworkers.
## 1. Getting Started with Docker

1. Install [Docker Desktop](https://www.docker.com/products/docker-desktop/)
3. Open a terminal. Some options:
2. Open a terminal. Some options:
* Windows: Lots of options
* Use the Docker Desktop terminal
* Or use the Windows Subsystem for Linux (WSL) with Ubuntu or another distro
Expand All @@ -15,9 +15,10 @@ Files & notes for a series of docker tutorials for coworkers.
* Or PowerShell
* Mac: Use the Terminal app
* Linux: I think you know already. By the way, is anyone using desktop Linux?
4. Run `docker run hello-world` to make sure Docker is installed and working.
* You may need to first add your career/user account to the group 'docker-users' in Local Users/Groups in Computer Management if you receive the error
'docker client must be run with elevated privileges' (after adding you will need to apply and log out/in to apply the change)
3. Run `docker run hello-world` to make sure Docker is installed and working.
* You may need to first add your career/user account to the group 'docker-users' in Local Users/Groups in Computer Management if you receive the error:
**'docker client must be run with elevated privileges'**
* After adding your account, you will need to click 'Apply' and log out to apply the changes

## 2. Running Python inside Docker

Expand Down

0 comments on commit 9a2bbf5

Please sign in to comment.