-
Notifications
You must be signed in to change notification settings - Fork 38
Dockerize Volcano Dashboard #90
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
Comments
/assign |
@Monokaix, I think we can close this issue. |
We have it but we have seperate docker containers for both frontend and backend , but with this goal we believe to create one docker-compose.yml which manages both and with one command I have opened a PR @MAVRICK-1 , with the same solution which is in way ....#PR136 |
/assign |
Title: Dockerize Volcano Dashboard
Description:
Currently, the Volcano Dashboard is not containerized, which makes it harder to deploy and manage in different environments. This issue aims to create a Dockerfile and necessary configuration to build and run the dashboard in a containerized setup using Docker.
Tasks:
Dockerfile
to build the Volcano Dashboard..dockerignore
file.docker-compose.yml
(if needed) for local testing.Benefits:
The text was updated successfully, but these errors were encountered: