# Dockerfile **Repository Path**: YingkunZhou/dockerfile ## Basic Information - **Project Name**: Dockerfile - **Description**: myself docker file - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-06 - **Last Updated**: 2022-12-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## usage https://phoenixnap.com/kb/docker-run-command-with-examples ```bash docker build . -f Dockerfile -t albert docker run --rm --hostname tmp -it albert zsh docker run --name zen3 --hostname zen3 -v ...:/home/albert -it albert zsh docker start zen3 docker exec -it zen3 zsh docker run --cap-add SYS_ADMIN --name chipyard --net=host -e DISPLAY=$DISPLAY --hostname chipyard -v /home/loongson/zyk/work:/home/albert/work -it albert zsh $DISPLAY localhost:12.0 docker run --privileged --name chipyard --net=host -e DISPLAY=$DISPLAY --hostname chipyard -v /home/loongson/zyk/work:/home/albert/work -it albert zsh ```