view docker-setup.md @ 135:0c24464a66d8

introduce protoype sysread interface
author anatofuz
date Thu, 12 Dec 2019 12:57:29 +0900
parents 11870733f490
children
line wrap: on
line source

# xv6-rpi on Docker
## build
- ``$ docker build . --tag xv6-rpi``

## run debug mode
- ``$ docker run --privileged -it --name xv6 xv6-rpi ./run-debug.sh``

## run gdb(up another process)
- ``$ docker exec -it xv6 ./debug.sh``