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

Latest commit

 

History

History
46 lines (34 loc) · 1.09 KB

README.md

File metadata and controls

46 lines (34 loc) · 1.09 KB

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