-
Notifications
You must be signed in to change notification settings - Fork 9
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
Docker support #80
Docker support #80
Conversation
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.
Just one tiny thing. Otherwise nice. Even more ways to use VCA on platforms where it may not compile natively.
.gitignore
Outdated
.vscode | ||
docs/build.md |
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.
Why would you gitignoe that documentation flle?
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.
I seem to have added it by accident. Thank you for pointing that out. Will change that. :)
I think we have to update the runners first (#81) before we can merge this. |
Apparently, these two OS variants failed for quite some time. At least I saw that the same variants failed on the |
Added a Dockerfile to execute VCA from a Docker container.
This is done to ensure that systems that otherwise can't execute VCA are able to do so via Docker.