Skip to content

CIS380/docker-env

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker-env

Doceker Image in DockerHub (Link)

Note: This project is in alpha stage, meaning that it is usable, but will be going through constant updates.

Usage

Preparations

  1. Install Docker Desktop (version 3.0+)
    • For Windows, we recommend setting up WSL2.
  2. Copy docker-compose.yml to your course projects folder.

First-time Setup

  1. Run docker pull cis380/docker-env to will pull the docker image from Docker Hub repository.
  2. Run docker-compose run mcit bash to launch a Docker Container with /vagrant folder 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.

All Future Log-ins

Just open your course projects folder, and run docker-compose run mcit bash.

Multiple Sessions

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.

Resources

About

A dockerized development environment for MCIT-595

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages

  • Shell 58.8%
  • Dockerfile 41.2%