Passing custom options to docker run via Kamal 2 #1339
Answered
by
nickhammond
MatthewLaFalce
asked this question in
Q&A
-
I am trying to integrate an OpenVPN client instance with my Rails 8 app using Kamal to deploy. In other containerized Rails apps that I've deploy I have had to pass the options to --dns custom_dns_address \
--cap-add=NET_ADMIN \
--device=/dev/net/tun |
Beta Was this translation helpful? Give feedback.
Answered by
nickhammond
Jan 6, 2025
Replies: 1 comment 1 reply
-
@MatthewLaFalce You'd just put that under options for your role or accessory https://kamal-deploy.org/docs/configuration/roles/#custom-role-configuration |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
MatthewLaFalce
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@MatthewLaFalce You'd just put that under options for your role or accessory https://kamal-deploy.org/docs/configuration/roles/#custom-role-configuration