Skip to content

Commit 2327636

Browse files
Jaime Salas ZancadaJaime Salas Zancada
authored andcommitted
additional targets demo added
1 parent 71bb3f9 commit 2327636

25 files changed

Lines changed: 140 additions & 7 deletions

File tree

04-cloud/aws/09-elb/demos/03-web-tier-deploy/readme.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,6 @@ We're going to SSH into web1 and deploy the web front end using `Docker`. We're
1010

1111
Now, just so you're not taken by surprise, let's look at the Docker command we're going to run. You don't need to understand this in any detail, but there are a couple of things I want to point out.
1212

13-
```bash
14-
sudo docker run -d \
15-
-p 80:80 -p 443:443 \
16-
-h web1 \
17-
benpiper/mtwa:web
18-
```
19-
2013
```bash
2114
docker run -d -p 80:3000 -h web1 jaimesalas/todo-app-front:4
2215
```
82.8 KB
Loading
164 KB
Loading
54.1 KB
Loading
121 KB
Loading
41.4 KB
Loading
70.2 KB
Loading
90.2 KB
Loading
37.6 KB
Loading
82.4 KB
Loading

0 commit comments

Comments
 (0)