Utah Tech Logo

IT3300

DevOps virtualization

Docker Exam Review - Fall 2022

Docker

In a new directory, do the following:

Bring up your docker compose file.

Viewing

To view your app, create a tunnel like: ssh jfrancom@ssh.cs.utahtech.edu -L 8080:144.38.x.y:8080 -L 5000:144.38.x.y:5000 -L 9090:144.38.x.y:9090. Visit your browser at http://localhost:5000

Extra

Comment out the section that copies app into your container. Mount it as a bind mount.