Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • backup/alex-27
  • Test/file-system
  • Test/syscall-test-branch
  • josh/miscellaneous-improvements
  • alex/exit-system-call
  • josh/backup-alex-6
  • backup/Alex
8 results

Pintos

  • Clone with SSH
  • Clone with HTTPS
  • ######Build and run: docker-compose build docker-compose up

    ######When finished: docker-compose down

    ######Stop all containers: docker stop $(docker ps -a -q)

    ######Remove all containers: docker rm $(docker ps -a -q)