[PR #58] [MERGED] Dockerization #408

Closed
opened 2026-02-27 15:58:37 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/retspen/webvirtcloud/pull/58
Author: @cometjc
Created: 10/15/2015
Status: Merged
Merged: 10/19/2015
Merged by: @retspen

Base: masterHead: patch-2


📝 Commits (1)

📊 Changes

5 files changed (+75 additions, -0 deletions)

View changed files

Dockerfile (+50 -0)
conf/runit/nginx (+9 -0)
conf/runit/nginx-log-forwarder (+8 -0)
conf/runit/novncd.sh (+4 -0)
conf/runit/webvirtcloud.sh (+4 -0)

📄 Description

sudo docker build -t webvirtcloud .
sudo docker run -d -p 80:80 -p 6080:6080 webvirtcloud

Instant start webvirtcloud 😄

Or sudo docker run -d -p 80:80 -p 6080:6080 jcppkkk/docker-webvirtcloud for quick test


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/retspen/webvirtcloud/pull/58 **Author:** [@cometjc](https://github.com/cometjc) **Created:** 10/15/2015 **Status:** ✅ Merged **Merged:** 10/19/2015 **Merged by:** [@retspen](https://github.com/retspen) **Base:** `master` ← **Head:** `patch-2` --- ### 📝 Commits (1) - [`6f0c3dc`](https://github.com/retspen/webvirtcloud/commit/6f0c3dc5acd1ad4ed4139ae0efbc86a2b207f2e3) Dockerization ### 📊 Changes **5 files changed** (+75 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `Dockerfile` (+50 -0) ➕ `conf/runit/nginx` (+9 -0) ➕ `conf/runit/nginx-log-forwarder` (+8 -0) ➕ `conf/runit/novncd.sh` (+4 -0) ➕ `conf/runit/webvirtcloud.sh` (+4 -0) </details> ### 📄 Description ``` bash sudo docker build -t webvirtcloud . sudo docker run -d -p 80:80 -p 6080:6080 webvirtcloud ``` Instant start webvirtcloud :smile: Or `sudo docker run -d -p 80:80 -p 6080:6080 jcppkkk/docker-webvirtcloud` for quick test --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:58:37 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtcloud#408
No description provided.