Skip to content
/ csapp Public
forked from XieGuochao/csapp

The docker source and materials for CS:APP labs

License

Notifications You must be signed in to change notification settings

SkyeGT/csapp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS:APP Docker and Materials

CS:APP is an excellent material for learning computer systems and systems programming. However, it is inconvenient to use a virtual machine for self-learners. In this repo, I build a Docker image with most pre-requistes installed and attached all lab materials in it. You can directly use this Docker image xieguochao/csapp.

The original materials of CS:APP is from CMU: CS:APP labs.

The code server is based on https://github.com/cdr/code-server.

How to Use It?

Install Docker or Podman

Clone Repository

  1. git clone --branch 1.8 https://github.com/XieGuochao/csapp.git.
  2. cd csapp.

Build Image (Optional)

  1. cd csapp-docker
  2. docker build -t csapp ..

Run

Under the root directory.

docker run -p 7777:7777 -v "$PWD/labs:/home/csapp/project" csapp

Then you can access your labs via browser http://localhost:7777/ with password csapp. You can find all files in labs under /home/csapp/project.

Troubleshootings

You can raise an issue and we will help you.

About

The docker source and materials for CS:APP labs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 56.9%
  • HCL 20.2%
  • Tcl 8.5%
  • Perl 8.0%
  • Makefile 2.4%
  • Shell 1.8%
  • Other 2.2%