Sign inSign up

kortanzh/xv6

By kortanzh

Updated over 5 years ago

MIT 6.S081 xv6 lab environment.

Image
1

10K+

kortanzh/xv6 repository overview

Usage

Run image with bash

docker run -itd -v /path/to/workfolder:/work -e BUILDER_UID="$(id -u)" -e BUILDER_GID="$(id -g)" --name container_name kortanzh/xv6 bash

Execute bash in container

docker exec -it --user "$(id -u)" container_name bash

Attach the container

docker attach container_name
Do not use exit to quit if you are half done your jobs, use ctrl-p ctrl-q to detach from the container.

Tag summary

Content type

Image

Digest

Size

1001.9 MB

Last updated

over 5 years ago

docker pull kortanzh/xv6