Skip to content

abdojerd/Devops_Breakout_task

Repository files navigation

1- I have created our image using this command

    $ docker build -t breakgame .

2- I have run the a container from our image using the command below :

    $ docker run -d --restart=always -p 80:8000 breakgame 

3- I Opened the web service using the dockertool box IP 192.168.99.100 and the port 80

4-for the performance test : I have used Jmeter for apache software you will find results in the screenshots 5-The weakness with my Dockerfile is that the data present in the container is not persistent so we need to add volumes in order to store our container's data in a directory in the docker host

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published