文章分类 -  docker

上一页 1 2

copy files into docker
摘要:$ docker psCONTAINERID IMAGE COMMAND CREATED STATUS PORTS NAMESf7f0ccfe7cec test:3-1.0 "/bin/bash" 3 hours ago Up 3 hours image_client $ docker cp /tm 阅读全文

posted @ 2020-12-30 18:38 cdekelon 阅读(75) 评论(0) 推荐(0)

connect display in a docker
摘要:https://blog.yadutaf.fr/2017/09/10/running-a-graphical-app-in-a-docker-container-on-a-remote-server/ docker run --rm -it --net host \ --device /dev/sn 阅读全文

posted @ 2020-12-30 15:11 cdekelon 阅读(55) 评论(0) 推荐(0)

How to login an available running docker
摘要:https://www.youtube.com/watch?v=7CmV8fpRYYE $ docker ps CONTAINER ID IMAGE 8b0e5e360f4b xxx $ docker exec -it 8b0e5e360f4b /bin/bash 阅读全文

posted @ 2020-11-25 14:27 cdekelon 阅读(34) 评论(0) 推荐(0)

fail to login gitlab-master.xxx.com:5005
摘要:If you meet issue as below, $ docker login -u yourname gitlab-master.xxx.com:5005 then try to $ mv /home/yourname/.docker/config.json /home/yourname/. 阅读全文

posted @ 2020-07-29 15:25 cdekelon 阅读(203) 评论(0) 推荐(0)

Install sth into docker and save it as a new docker
摘要:Install sth into docker and save it as a new docker https://www.docker.org.cn/thread/14.html https://www.cnblogs.com/fanlong0212/p/12297496.html https 阅读全文

posted @ 2020-06-11 16:46 cdekelon 阅读(88) 评论(0) 推荐(0)

nvidia-smi docker nvidia-docker
摘要:https://blog.csdn.net/sinat_26917383/article/details/78728215 nvidia-smi docker nvidia-docker 阅读全文

posted @ 2019-11-19 14:18 cdekelon 阅读(171) 评论(0) 推荐(0)

/var/run/docker.sock 错误 搜https://docs.docker.com/search/?q=daemon%20socket
摘要:https://docs.docker.com/v17.09/engine/installation/linux/linux-postinstall/#manage-docker-as-a-non-root-user https://blog.csdn.net/u013948858/article/ 阅读全文

posted @ 2019-08-30 16:36 cdekelon 阅读(157) 评论(0) 推荐(0)

Make a docker image
摘要:Make a docker image method1: $ vim Dockerfile (from a base image xxx.run-inside-4) FROM my_test1/new_cuda8_cudnn6_trt3.0_1/caffe-multi-protocc-fix-pyt 阅读全文

posted @ 2019-08-13 16:43 cdekelon 阅读(172) 评论(0) 推荐(0)

上一页 1 2

导航