From the course: Docker on Azure (2019)

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Create a broken application

Create a broken application

From the course: Docker on Azure (2019)

Start my 1-month free trial

Create a broken application

- [Instructor] In order to understand and capture and discover some of the different resources and interactions of a broken system, we kind of need to break our system. So let's take our multi-container model and actually go ahead and break it. In our directory here, if I do an ls, we have our hostname.shell script, and let's look at this one. More hostname.shell. And here you see that I've gone in and I've commented out of this if clause at the very end of the file. The rest of it as we updated for the multi-container environment. So specifically, we have the ability to append to instead of overwrite this index document. So that's all great and fine and wonderful, but what I've done is I've effectively reverted to a case where both containers will try to start a web service on Port 80 within the name space, within the networking environment that's within this shared cluster of these two containers. So this should…

Contents