@@ -419,7 +419,7 @@ Now you can try running your *docker-compose.yml* file.
419
419
420
420
1. For each running container, right-click the container and select **Remove**.
421
421
422
- # [Command line ](#tab/command-line)
422
+ # [Command Line ](#tab/command-line)
423
423
424
424
Run the following commands in a command-line window or terminal :
425
425
@@ -447,7 +447,7 @@ Now you can try running your *docker-compose.yml* file.
447
447
448
448
1. Right-click the *docker-compose.yml* file and select **Compose Up**.
449
449
450
- # [Command line ](#tab/command-line)
450
+ # [Command Line ](#tab/command-line)
451
451
452
452
Run the following command with the `-d` argument, which executes the command as a background process :
453
453
@@ -477,7 +477,7 @@ Now you can try running your *docker-compose.yml* file.
477
477
478
478
1. Right-click the app container and select **View Logs**.
479
479
480
- # [Command line ](#tab/command-line)
480
+ # [Command Line ](#tab/command-line)
481
481
482
482
Run the following command :
483
483
@@ -517,7 +517,7 @@ Follow these steps in VS Code:
517
517
518
518
1. Right-click the *docker-compose.yml* file and select **Compose Down**.
519
519
520
- # [Command line ](#tab/command-line)
520
+ # [Command Line ](#tab/command-line)
521
521
522
522
Run the following command to stop the running app and containers :
523
523
0 commit comments