DevOps virtualization
In a new directory, do the following:
Python:3.4groupadd -r uwsgi && useradd -r -g uwsgi uwsgipip install Flask==0.10.1 uWSGI requests==2.5.1 redis==2.10.3/appapp in your host machine to /app/cmd.sh in your containeruwsgi/cmd.shdocker-compose.yml file that does the following:
identidock built upon your previous docker imageENV and sets it to DEVamouat/dnmonster:1.0redis:3.0Bring up your docker compose file.
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
Comment out the section that copies app into your container. Mount it as a bind mount.