-
-
Notifications
You must be signed in to change notification settings - Fork 602
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
wings: Script does not detect openvz and lxc at the same time #200
Comments
The fix might be as simple as checking for |
Do you run LXC containers inside OpenVZ or the other way around? |
I don't run any of these. I just opened this issue due to the bug reports
in the discord server.
Check the discord link in the original issue
|
Update: someone has got another type of LXC
https://discord.com/channels/682342331206074373/718551748431577139/863723503950102528 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Docker can't run on
openvz
andlxc
. The script detects if the user is runningopenvz
orlxc
but not if they are using them at the same time:$ virt-what openvz lxc
To Reproduce
Get a machine using
lxc
andopenvz
and try to install wings.Expected behaviour
The script should complain about the virtualization type
Additional context
In code:
https://github.com/vilhelmprytz/pterodactyl-installer/blob/8febae1a48d60ecc2fd68c5eda4657b6eb9e8e42/install-wings.sh#L240-L244
Discord:
https://discord.com/channels/682342331206074373/682356044898500634/857019203088678923
The text was updated successfully, but these errors were encountered: