Created
January 29, 2016 04:22
-
-
Save LinZap/17d7027ef6ed3bb0ac01 to your computer and use it in GitHub Desktop.
The image FBI install on Docker (Windows ver.)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
echo Load tar... | |
.\docker.exe load < %1% | |
echo Run Image... | |
.\docker.exe run -d -p 9876:80 -p 5433:5432 --name=FBI fbi:v13 | |
pause |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
說明
開啟 Kitematic 點選 Docker CLI
將 install.bat 檔與 FBI.tar 兩個檔案依序拖入 CLI 介面 (中間要有空白)
Enter 執行,便會自動載入 tar 並 run image,完成後便能在 Kitematic 中啟動 Web