Docker Scripts
CS747 Docker Instructions: https://tinyurl.com/5n7tawvw
CSE Virtual Lab: https://tinyurl.com/268wcw2a
In the setup folder, run:
chmod 755 *.sh
- install docker and other packages
- usage:
./install.sh
- pull CS747 docker image
- usage:
./cs747.sh
In the scripts folder, run:
chmod 755 *.sh
- create and start new docker image
- arguments: docker image name
- usage:
./init.sh cs747-assgn-1
- start existing docker image
- arguments: docker image name
- usage:
./run.sh cs747-assgn-1
- stop existing docker image
- arguments: docker image name
- usage:
./quit.sh cs747-assgn-1
- delete existing docker image
- arguments: docker image name
- usage:
./del.sh cs747-assgn-1
- list all existing docker images
- usage:
./list.sh
Once a docker image is up and you have access to docker shell, your local files can be accessed at ‘/host’.