not blueprint related

do you know any way to run commands in wings, docker? thanks ❤️
12 Replies
elBelgg
elBelggOP7d ago
Yes, but I can't It doesn't have bash or any form of sending commands
Emily
Emily7d ago
What OS are you using?
elBelgg
elBelggOP7d ago
UnraidOS
Emily
Emily3d ago
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
No description
No description
Loki
Loki3d ago
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.
elBelgg
elBelggOP3d ago
I tried to but my knowledge in docker isnt enough to do that
Loki
Loki3d ago
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?
elBelgg
elBelggOP3d ago
im trying to install a addon that is wings side alwaysmotd
Loki
Loki3d ago
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.
elBelgg
elBelggOP3d ago
Yes there is, but i need a shell
Loki
Loki3d ago
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.

Did you find this page helpful?