-
Notifications
You must be signed in to change notification settings - Fork 1
Add webportal-dind to run webportal in a container #42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
505a7b8
to
0496a20
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR introduces webportal-dind (Docker-in-Docker) functionality to run the webportal service inside a containerized environment. This enables deployment of the webportal as a containerized service rather than directly on the host.
Key changes:
- Adds containerized webportal deployment using Docker-in-Docker pattern
- Creates Kubernetes DaemonSet configuration for webportal-dind deployment
- Implements deployment scripts for lifecycle management (start, stop, delete, refresh)
Reviewed Changes
Copilot reviewed 8 out of 9 changed files in this pull request and generated 5 comments.
Show a summary per file
File | Description |
---|---|
webportal-dind.yaml.template | Kubernetes DaemonSet configuration for deploying webportal in containers |
install.sh | Docker installation and webportal container setup script |
webportal-dind.common.dockerfile | Base Dockerfile for the webportal-dind image |
start.sh, stop.sh, delete.sh, refresh.sh | Deployment lifecycle management scripts |
service.yaml | Service configuration defining deployment rules and scripts |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Add webportal-dind to run webportal in a container