932
edits
Changes
m
→Investigation 2:
**Feel free to remove the container and image afterwards.
==Investigation 2: Deploying an image across the swarma Container From a Custom Image==*Run a container using the existing image for httpd and make .**Make some changes to the index.html file by using docker exec (The exact content is not important just include some text that says ‘version 1’, I just want to see that you can modify it).*Commit these changes and push your image to docker hubwith the tag v1.
==Investigation 3: Managing how images are deployed==
*Write a compose file that will deploy one copy of your container onto each of your machines.