Doceker Image in DockerHub (Link)
Note: This project is in alpha stage, meaning that it is usable, but will be going through constant updates.
- Install Docker Desktop (version 3.0+)
- For Windows, we recommend setting up WSL2.
- Copy
docker-compose.ymlto your course projects folder.
- Run
docker pull cis380/docker-envto will pull the docker image from Docker Hub repository. - Run
docker-compose run mcit bashto launch a Docker Container with/vagrantfolder synchornized with your current folder (course project folder).
You should now be inside your docker image, with current folder at /vagrant.
You will log into the container as user cit595 with password mcit.
Just open your course projects folder, and run docker-compose run mcit bash.
To establish multiple sesssion to the same
container, call docker exec -it [container_id] bash after booting the first window with docker-compose run mcit bash.