Docker
Windows 10 Docker 要安裝的有
安裝完之後,確認是不是啟用,這邊要到bios設定 Intel Virtual Technology 打開Enable
輸入docker ps 如果遇到的話
error during connect: Get http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.39/containers/json: open //./pipe/docker_engine: The system cannot find the file specified. In the default daemon configuration on Windows, the docker client must be run elevated to connect. This error may also indicate that the docker daemon is not running.
cd "C:\Program Files\Docker\Docker"
./DockerCli.exe -SwitchDaemon
Command line加入上方片段就解決啦
加入docker ps
來個dokcer run hello world一下
元哥的筆記