分類:
docker
目錄(?)
[+]
edi
windows必須是64位的
用這個:
oracle vm virtualbox以上三個預設安裝即可。gitboot2docker for windows
在命令視窗中,輸入ls 如果能找到命令說明環境新增正確。
在命令視窗中,切到docker的安裝目錄下
輸入sh:
然後輸入start.sh,等待啟動
第一次啟動中,如果有新版本會更新,時間比較長。
如果第二次啟動,就非常快了。
#!/bin/bash
set -e
# clear the msys motd
clearcd"
$(dirname "$
bash_source")"
iso="$home/.boot2docker/boot2docker.iso"
if [ ! -e "$iso" ]; then
echo
'copying initial boot2docker.iso (run "boot2docker.exe download" to update)'
mkdir -p "
$(dirname "$
iso")"
cp ./boot2docker.iso "$iso"
fiecho
'initializing...'
./boot2docker.exe init
echo
echo
'starting...'
./boot2docker.exe start
echo
./boot2docker.exe ip
echo
'connecting...'
./boot2docker.exe ssh
echo
echo
echo
'[press any key to exit]'
read
從內容上看主要是執行,如下語句
boot2docker.exe init
boot2docker.exe start
boot2docker.exe ssh
所有在命令列下執行 sh start.sh 即可
在windows命令列進入docker後,不能複製,而且操作也不方便,因此用支援ssh的工具來管理是很好的,比如securecrt, putty等,推薦用securecrt.
在命令列下用boot2docker ip 可以查詢到ip
預設的使用者名稱和密碼是:docker/tcuser
登入後的介面:
推薦使用:filezilla
命令:cat ubuntu-14.04-x86_64.tar.gz |docker import - ubuntu:ubuntu14
速度非常快,大概10幾秒就完成了。
檢視:docker images
執行:docker run -i -t ubuntu:ubuntu14 /bin/bash
可以開始docker旅行了。
iOS7新特性 NSURLSession詳解
預設的,程序內會話 短暫的 記憶體 程序內會話 後台會話 nsurlsessionconfiguration sessionconfig nsurlsessionconfiguration defaultsessionconfiguration 配置物件有很多屬性。例如,可以設定tls安全等級,tl...
Centos7中systemctl命令詳解
linuxsystemctl是乙個系統管理守護程序 工具和庫的集合,用於取代system v service和chkconfig命令,初始程序主要負責控制systemd系統和服務管理器。通過systemctl help可以看到該命令主要分為 查詢或傳送控制命令給systemd服務,管理單元服務的命令...
Centos7中systemctl命令詳解
linuxsystemctl是乙個系統管理守護程序 工具和庫的集合,用於取代system v service和chkconfig命令,初始程序主要負責控制systemd系統和服務管理器。通過systemctl help可以看到該命令主要分為 查詢或傳送控制命令給systemd服務,管理單元服務的命令...