[PR #627] ADD initial Dockerfile #696

Open
opened 2026-02-27 16:40:11 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/retspen/webvirtmgr/pull/627
Author: @ntavares
Created: 11/22/2016
Status: 🔄 Open

Base: masterHead: docker


📝 Commits (2)

  • 9ffc7f4 ADD initial Dockerfile
  • 0170393 ADD additional clean after all yum

📊 Changes

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

View changed files

deploy/docker/Dockerfile (+76 -0)
deploy/docker/authorized_keys (+1 -0)
deploy/docker/initial_data.json (+263 -0)
deploy/docker/nginx_conf.d_webvirtmgr.conf (+24 -0)
deploy/docker/supervisor.d_webvirtmgr.ini (+48 -0)

📄 Description

Hi Anatoliy,

I've built a Dockerfile for an image that spins up WebVirtMgr following the installation instructions. It aditionally provides an SSH server to help debugging.

I found it usefull to quickly demo the app without much fuzz, and thought you'd be interested.

Take care,
-NT


🔄 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/webvirtmgr/pull/627 **Author:** [@ntavares](https://github.com/ntavares) **Created:** 11/22/2016 **Status:** 🔄 Open **Base:** `master` ← **Head:** `docker` --- ### 📝 Commits (2) - [`9ffc7f4`](https://github.com/retspen/webvirtmgr/commit/9ffc7f40d74977f1b0766f4659dbc64399fa1df6) ADD initial Dockerfile - [`0170393`](https://github.com/retspen/webvirtmgr/commit/0170393403b01a1324e08dab30a906f093416038) ADD additional clean after all yum ### 📊 Changes **5 files changed** (+412 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `deploy/docker/Dockerfile` (+76 -0) ➕ `deploy/docker/authorized_keys` (+1 -0) ➕ `deploy/docker/initial_data.json` (+263 -0) ➕ `deploy/docker/nginx_conf.d_webvirtmgr.conf` (+24 -0) ➕ `deploy/docker/supervisor.d_webvirtmgr.ini` (+48 -0) </details> ### 📄 Description Hi Anatoliy, I've built a Dockerfile for an image that spins up WebVirtMgr following the installation instructions. It aditionally provides an SSH server to help debugging. I found it usefull to quickly demo the app without much fuzz, and thought you'd be interested. Take care, -NT --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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/webvirtmgr#696
No description provided.