Student: Put_Your_Name
Using base docker image sbeliakou/centos:7.2
- Wiht
Dockerfiles:- Create Docker Image of
nginx(web.Dockerfile) - Create Docker Image of
Tomcat 7(tomcat.Dockerfile) - Create Docker Image (Data Volume) with
hello worldapplication for Tomcat (application.Dockerfile) - Run these Images so that http://localhost/sample shows
hello worldpage Nginxcontainer forwards http requests toTomcatcontainer; Onlynginxcontainer exposes port (80)
- Create Docker Image of
- With
docker-compose:- Create
docker-compose.ymlfile to build containers from previos task - Run "environment" in daemon mode
- Create
- Create own branch (epam login without @epam.com, in lowercase)
- Create PR with description of reported task
- All needed resources (if they are) must be placed into
/resourcesfolder
*All stuff must be provided in this section