We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ae81ae commit 182a468Copy full SHA for 182a468
1 file changed
README.md
@@ -26,7 +26,7 @@ Interested in learning more about Docker? Visit https://www.pluralsight.com/cour
26
27
4. Run `docker-compose up`
28
29
-5. Run `docker ps -a` and note the ID of the Node container
+5. Open another command prompt and run `docker ps -a` and note the ID of the Node container
30
31
6. Run `docker exec -it <nodeContainerID> sh` (replace <nodeContainerID> with the proper ID) to sh into the container
32
0 commit comments