Replies: 1 comment
-
I'm not one hundred percent sure, but this docs section might help you. You could try only building the the Docker crates on the server side. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I tried to build a
dioxus
(fullstack) app that manages docker containers (deploy, show_info, pull_images, ..). To do so, I added thebollard
crate into the app, but the app fails to compile after that. I've tried also the simpler 'docker' crate but nothing. I added them in bothserver/Cargo.toml
andweb/Cargo.toml
(first in the former, then in the latter, exclusively).I would like to know if this behavior is normal or if I've made something wrong. And in any case, do you know a way to achieve what i want? Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions