Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Berkeley-CS162/docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

DEPRECATED.

PLEASE SEE THE NEW WORKSPACE INSTEAD

CS 162 Docker-Based Workspace

Tools you'll need installed

OR

Docker commands will generally have to be run with "sudo", so if you see usage of docker-compose in this documentation, you might need to use sudo docker-compose.

Initial setup

git clone https://github.com/Berkeley-CS162/docker.git
cd docker
docker-compose up

Wait until you see Docker workspace is ready!. Then you'll need to terminate the current command with Ctrl+C.

Running the workspace

docker-compose up -d

SSHing into the Workspace

ssh [email protected] -p 16222

When prompted for a password, enter: vagrant

Modifying files locally

Local files are stored in ./docker/.workspace

Stopping the Workspace

docker-compose down

Resetting the Workspace

sudo rm -rf .workspace

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published