Install Docker Desktop on Windows






Docker Desktop is running…




Now I’m going to set up shared drives


In page of Advanced, you can easily find that the path of disk image and all the relative resources.


It’s highly recommend that you should install “kinematic” for convenience purposes.




> docker --version


> docker run hello-world


> run --interactive --tty ubuntu


Click “Start” button


Click “Exec” button to start a console


# cat /etc/os-release


To list all images

>docker image ls


To get or pull a ready-to-go image for machine learning

> docker pull floydhub/dl-docker:cpu


>docker image ls


The following is showing the way how to inspect a container

> docker ps





Now start to try the above command lines

> docker run --it ufoym/deepo

> docker run --it ufoym/deepo:cpu bash

> python 


>>> import cv2

>>> cv2.__version__


參考資料:

1. 開始使用Docker:試飛

2. docker-tutorial (Docker 基本教學 - 從無到有 Docker-Beginners-Guide)

3. Docker - Docker for Windows 10 入門篇

4. 淺談輕量化的虛擬技術 - Docker容器

文章標籤
全站熱搜
創作者介紹
創作者 me1237guy 的頭像
me1237guy

天天向上

me1237guy 發表在 痞客邦 留言(0) 人氣(200)