os:win10 pro x64
安裝docker ce for windows,採用linux container,預設配置。
docker run --network host -i -t ubuntu即可進入ubuntu-16.04.3命令列,使用者為root。-i表示互動,否則無法輸入內容到命令列;-t表示通過terminal進行互動;--network host可以加快apt-get update的速度?
mv /etc/apt/sources.list /etc/apt/sources.list.bak備份原來的更新源;
cat > /etc/apt/sources.list << "eof"
deb xenial main restricted universe multiverse
deb-src xenial main restricted universe multiverse
deb xenial-security main restricted universe multiverse
deb-src xenial-security main restricted universe multiverse
deb xenial-updates main restricted universe multiverse
deb-src xenial-updates main restricted universe multiverse
deb xenial-backports main restricted universe multiverse
deb-src xenial-backports main restricted universe multiverse
eofapt-get update 更新源。
docker commit containerid repo:tag生成乙個image,否則在當前container停止後其中所做的更改都會消失。
docker ubuntu 資料收集
docker ubuntu 資料收集 docker學習筆記 一 ubuntu16.04下安裝docker 這可能是最為詳細的docker入門總結 參考文獻 docker 從入門到實踐 docker 入門教程 pycharm 遠端除錯docker 中的python指令碼 快速入門docker 用doc...
docker ubuntu容器更換阿里源
解決這個問題的方法是跟新ubuntu容器的源 示例 以ubuntu為基礎映象 1 啟動乙個名稱為 test02的容器,並且開啟shell互動 bin bash docker run ti name test02 ubuntu bin bash 2 用自帶vi修改源 root e330db11c513...
Eclipse JBoss MySQL開發環境設定
j2ee是很好的。作為開發環境,如果採用經典配置 jbuilder weblogic oracle,自是得心應手,但 是驚人的。此配置主要是針對大型或超大型應用,硬體要求也很高,針對國內以中小型應用為主的現況,不作推薦。雖然國內開發者早已習慣了d版,但筆者以為還是防患於未然,應盡早加入opensou...