view docker-setup.md @ 242:26be78edaf83

impl auto collection for data gears from interface
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Mon, 03 Feb 2020 17:12:35 +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``