windows下docker使用及注意事項

2022-05-31 01:24:11 字數 829 閱讀 7887

1、windows container模式下,pull映象會失敗

no matching manifest for windows/amd64 in the manifest list entries
2、windows container模式下會存在問題,再次切換到linux container模式下,啟動會出現問題

out of memory
3、解決memory問題

右擊docker狀態列的圖示

,選擇設定(settings),再將advanced下的memory從2048修改為1280,自動重啟後即可成功啟動。

使用阿里雲加速的方法:

1)登入阿里雲映象加速**,登入成功後會出現個人專屬加速器url

2)配置到docker配置檔案

windows下的配置檔案目錄為:c:\programdata\docker\config\daemon.json

3)測試加速器是否設定成功

出現框出的引數即代表設定成功。

Windows下安裝OpenSSL及其使用

1.perl 安裝後重啟系統。2latest openssl 並解壓到 c openssl 0.9.8k。參考openssl 目錄下的 install.win32 說明進行安裝 1 進入解壓目錄。cd c openssl 0.9.8k 2 執行configure。perl configure vc ...

Windows下安裝OpenSSL及其使用

方法一 windows binaries can be found here you can do this conversion with the openssl library 方法二 手動編譯 source 參考openssl目錄下的install.win32說明進行安裝 1 進入解壓目錄。c...

windows下如何安裝docker

裝好了之後,會提示需要開啟系統的hhype和 功能,並且會強制重啟,這裡不重現了。回到這時已經可以進行相關的命令操作了。下面來pull乙個示範映象,並進入該執行的容器內,關於容器和映象的區別,映象跑起來了,就是容器了,關了,就是映象。下面再來pull乙個nginx的已有映象 這時候去瀏覽器裡輸入 h...