Skip to content

Instantly share code, notes, and snippets.

@LinZap
Created January 29, 2016 04:22
Show Gist options
  • Save LinZap/17d7027ef6ed3bb0ac01 to your computer and use it in GitHub Desktop.
Save LinZap/17d7027ef6ed3bb0ac01 to your computer and use it in GitHub Desktop.
The image FBI install on Docker (Windows ver.)
@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
@LinZap
Copy link
Author

LinZap commented Jan 29, 2016

說明

開啟 Kitematic 點選 Docker CLI

開啟 Kitematic 點選 Docker CLI

將 install.bat 檔與 FBI.tar 兩個檔案依序拖入 CLI 介面 (中間要有空白)

中間要空白

Enter 執行,便會自動載入 tar 並 run image,完成後便能在 Kitematic 中啟動 Web

完成

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment