App可以到https://play.google.com/store/apps/details?id=com.dayun.driverecorder&hl=zh_TW 下載
截圖如下:
車用手機架則可以上PCHome買
https://24h.pchome.com.tw/store/DEADCG
$ git clone https://github.com/tzutalin/labelImg.git
$ docker pull tzutalin/py2qt4Step3: Get started with the application and container
docker run -it \ --user $(id -u) \ -e DISPLAY=unix$DISPLAY \ --workdir=$(pwd) \ --volume="/home/$USER:/home/$USER" \ --volume="/etc/group:/etc/group:ro" \ --volume="/etc/passwd:/etc/passwd:ro" \ --volume="/etc/shadow:/etc/shadow:ro" \ --volume="/etc/sudoers.d:/etc/sudoers.d:ro" \ -v /tmp/.X11-unix:/tmp/.X11-unix \ tzutalin/py2qt4Then, you will see that we can run GUI inside the container.
$ mkdir docker-registry;cd $_;mkdir dataCreate a docker-compose.yml for docker-compose.
Get any image from the hub and tag it to point to your registry:registry:restart: alwaysimage: registry:2ports:- 5000:5000environment:REGISTRY_STORAGE_FILESYSTEM_ROOTDIRECTORY: /datavolumes:- ./data:/data
$ docker pull ubuntu && docker tag ubuntu localhost:5000/ubuntu
$ docker push localhost:5000/ubuntu
DOCKER_OPTS="$DOCKER_OPTS --insecure-registry=HOST:5000"
$ docker pull HOST:5000
/ubuntu