#issues:伺服器在windows上 安裝的是wsl 上docker client。每次重啟ubuntu都連不上伺服器。
報錯:annot connect to the docker daemon. is the docker daemon running on this host?
將wsl配置為連線到docker for windows
執行命令:export docker_host=tcp:
開啟這兩個檔案中有資料的那個並在結尾處新增:
export docker_host=tcp://localhost:2375
(docker for windows 的設定的general裡面 expose daemon on tcp。。。。。要選)
其他使用者 要新增到docker的使用者組中去
建立docker組
sudo groupadd docker
將當前使用者加入docker組
sudo gpasswd -a $ docker
重新啟動docker服務
sudo service docker restart
當前使用者退出系統重新登陸
su root
su 要新增的使用者
初次用Git 連線github基於window
記載一下我的從桌面連線github的基本步驟 github的連線 在使用雲端ide師預設自帶git,不用再安裝 但是筆者在自己win10的膝上型電腦配置環境 因此首先先裝乙個git for windows的 首先設定全域性的使用者名稱和你的郵箱 git config global user.name...
javascript基礎 視窗物件 window
1.top 該變更永遠指分割視窗最高層次的瀏覽器視窗。如果計畫從分割視窗的最高層次開始執行命令,就可以用top變數。2.opener opener用於在window.open的頁面引用執行該window.open方法的的頁面的物件。例如 a頁面通過window.open 方法彈出了b頁面,在b頁面中...
TensorFlow基礎環境搭建(Windows)
本文介紹當前最流行的人工智慧分析框架tensorflow的基礎環境搭建 windows 1 python基礎環境搭建 安裝python3.6 安裝anaconda 安裝jupyter 安裝後anaconda後,直接在命令列工具裡進行安裝即可 pip install jupyter 啟動jupter ...