Skip to content

Commit 07587da

Browse files
committed
Update readme
1 parent d0d8db0 commit 07587da

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ Interested in learning more about Docker? Visit https://www.pluralsight.com/cour
1818

1919
### Starting the Application with Docker Compose
2020

21-
1. Install Docker for Windows or Docker for Mac (If you're on Windows 7 install Docker Toolbox: http://docker.com/toolbox).
21+
1. Install [Docker Desktop](https://docker.com/get-started)
2222

2323
2. Open a command prompt at the root of the application's folder.
2424

25-
3. Run `docker-compose build`
25+
3. Run `docker compose build`
2626

27-
4. Run `docker-compose up`
27+
4. Run `docker compose up`
2828

29-
5. Open another command prompt and run `docker ps -a` and note the ID of the Node container
29+
5. Open another command prompt and run `docker compose ps -a` and note the ID of the Node container
3030

3131
6. Run `docker exec -it <nodeContainerID> sh` (replace <nodeContainerID> with the proper ID) to sh into the container
3232

0 commit comments

Comments
 (0)