File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
23232 . 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
31316 . Run ` docker exec -it <nodeContainerID> sh ` (replace <nodeContainerID > with the proper ID) to sh into the container
3232
You can’t perform that action at this time.
0 commit comments