-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Tilak T
authored and
Tilak T
committed
Sep 28, 2018
1 parent
9d19cab
commit 064c53f
Showing
21 changed files
with
190 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 28 additions & 3 deletions
31
Container/Container-Orchestrators/Docker-Compose/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,30 @@ | ||
# Docker-Compose | ||
## Docker-Compose | ||
|
||
--- | ||
##### Step 1: | ||
* Open terminal | ||
|
||
##### Step1: | ||
![](img/Open-Terminal.png) | ||
|
||
##### Step 2: | ||
* cd into Docker compose Lab Folder | ||
* `cd /home/we45/container_training/Container/Container-Orchestrators/Docker-Compose` | ||
|
||
```commandline | ||
root@we45:~# cd /home/we45/container_training/Container/Container-Orchestrators/Docker-Composeroot@we45:~/container_training/Container/Container-Orchestrators/Docker-Compose# | ||
``` | ||
##### Step 3: | ||
* Run `docker-compose up -d` | ||
```commandline | ||
root@we45:~/container_training/Container/Container-Orchestrators/Docker-Compose# docker-compose up -d | ||
Creating network "docker-compose_default" with the default driver | ||
Creating docker-compose_helloworld_1 ... done | ||
Creating docker-compose_nginx_1 ... done | ||
``` | ||
##### Step 4: | ||
* Open Browser and check the application status `http://localhost` | ||
![](img/app-status.png) |
Binary file added
BIN
+153 KB
Container/Container-Orchestrators/Docker-Compose/img/Open-Terminal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.