July 31, 20241 yr Hi friends, ย Can anyone comment if it's possible to run a headless Linux instance inside a docker container? ย Hope someone can help ๐ ย
July 31, 20241 yr That's literally what almost every container is... so maybe elaborate?ย Edited July 31, 20241 yr by Kilrah
July 31, 20241 yr Author 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. ย
August 4, 20241 yr 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.ย
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.