https://github.com/takuya/webvirtcloud-kvm-web-ui
webvirtcloud for kvm web-ui を docker で動かす。
https://github.com/takuya/webvirtcloud-kvm-web-ui
Last synced: 3 months ago
JSON representation
webvirtcloud for kvm web-ui を docker で動かす。
- Host: GitHub
- URL: https://github.com/takuya/webvirtcloud-kvm-web-ui
- Owner: takuya
- Created: 2022-09-08T06:25:33.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-08T06:43:38.000Z (almost 4 years ago)
- Last Synced: 2025-02-09T01:14:05.311Z (over 1 year ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## webvirtcloud docker を動かす
[webvirtcloud](https://github.com/retspen/webvirtcloud) の dockerfile はそのままでは動かない。
公式配布のdocker image がないのでビルドする。
## ビルド
```
export DOCKER_HOST=tcp://172.25.105.131:2375
bash docker/build.sh
```
## 起動
```
docker run --rm -p 8080:80 -p 6080:6080 takuya/webvirtcloud
```
## dockerfile の書き換えポイント
ssh 経由でほかホストのlibvirtd へ接続できるように
ssh の known_hosts とサーバーの公開鍵を追加した。