EExcel 丞燕快速查詢2

EExcel 丞燕快速查詢2
EExcel 丞燕快速查詢2 https://sandk.ffbizs.com/

docker-machine on windows

1、close hyper-v
https://ugetfix.com/ask/how-to-disable-hyper-v-in-windows-10/

2、install Virtualbox

3、install git

4、https://docs.docker.com/machine/install-machine/#install-machine-directly

git-bash

base=https://github.com/docker/machine/releases/download/v0.14.0 && mkdir -p "$HOME/bin" && curl -L $base/docker-machine-Windows-x86_64.exe > "$HOME/bin/docker-machine.exe" && chmod +x "$HOME/bin/docker-machine.exe"


5、
git-bash

docker-machine create --driver=virtualbox machine1
docker-machine -s d:\docker create --driver=virtualbox machine1

docker-machine list

docker-machine ssh machine1
        docker run hello-world
        docker-machine env machine1


https://hk.saowen.com/a/00c8a80e4a74fcf80111ba570f4db601e204c12f61e3109fec92cac8a15456ae


docker-machine -s d:\docker create --driver=virtualbox --virtualbox-memory=2048 --virtualbox-cpu-count=2 --engine-opt dns=8.8.8.8 machine_name_ooxxooxx





=====

http://sueboy.blogspot.com/2018/11/docker-machine-ssh-login-use-xshell-or.html

user: docker
id_rsa