mjeshurun Posted July 31 Share Posted July 31 Hi friends, Can anyone comment if it's possible to run a headless Linux instance inside a docker container? Hope someone can help 🙏 Quote Link to comment
Kilrah Posted July 31 Share Posted July 31 (edited) That's literally what almost every container is... so maybe elaborate? Edited July 31 by Kilrah Quote Link to comment
mjeshurun Posted July 31 Author Share Posted July 31 11 minutes ago, Kilrah said: That's literally what almost every container is... so maybe elaborate? Hi @Kilrah and thank you for your reply 🙏 I would like to install and use the newly created Adguard VPN client for Linux, but I would prefer to install it in a container environment, so that I can choose which other containers uses the VPN connection and which don't. The problem is, I'm not sure the Adguard VPN app is docker compatible, so I was thinking maybe it's possible to install ubuntu in a docker container, and then install Adguard VPN in there. I hope this explanation helps. Quote Link to comment
Kilrah Posted August 4 Share Posted August 4 The idea is you write a Dockerfile that starts from the containerized version of whatever is your favorite distro (e.g. https://hub.docker.com/_/ubuntu), then have it run commands needed to install the application in the container. There may be more involved but that'll be 100% dependent on the app in question. 1 Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.