not blueprint related
do you know any way to run commands in wings, docker?
thanks ❤️
12 Replies
Is this what you're looking for?
https://docs.docker.com/reference/cli/docker/container/exec/
Yes, but I can't
It doesn't have bash or any form of sending commands
What OS are you using?
UnraidOS
should work either way:
option a) use the above command from the main unraid terminal
option b) just open the containers console and run your command directly


It's a distroless container. If you want binaries other than Wings in there, you'll have to modify the image to put them there or make your own image.
I tried to but my knowledge in docker isnt enough to do that
You can use https://github.com/Loki-101/cwings as a template. What are you actually trying to do? Why do you need more stuff in the container?
im trying to install a addon that is wings side
alwaysmotd
There should be instructions for building Wings in the addon installation instructions. You can always run Wings without a container, even if you're running the panel in a container.
Yes there is, but i need a shell
You can either use Wings without a container, so you have your system's shell, or you can pull https://github.com/pterodactyl/wings/tree/release/v1.11.13, swap out the modified files for the addon, and build the container, which involves more learning.