mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 07:35:50 +03:00
[PR #627] ADD initial Dockerfile #696
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/retspen/webvirtmgr/pull/627
Author: @ntavares
Created: 11/22/2016
Status: 🔄 Open
Base:
master← Head:docker📝 Commits (2)
9ffc7f4ADD initial Dockerfile0170393ADD 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.