mirror of
https://github.com/hwdsl2/docker-ipsec-vpn-server.git
synced 2026-04-26 01:55:53 +03:00
[GH-ISSUE #200] Reach another Docker Image through VPN only. #183
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MaskedUserXYZ on GitHub (Aug 5, 2020).
Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/200
Hi, I have another Docker Image runs as "mail-server" and I want to make that Image accessible through VPN only, in the same while I want to make sure that it sends/receives emails.
in general, if I have an application runs on the VPN server network, can I make it accessible through VPN only?
I think the following could be the solution:
@hwdsl2 commented on GitHub (Aug 6, 2020):
@MaskedUserXYZ Hello! Similar questions were asked before in this repo. Due to Docker's network isolation among containers on the same host, unfortunately I am not aware of a working solution for your use case.
@MaskedUserXYZ commented on GitHub (Aug 6, 2020):
No problem, I will do the work by my self.
I'm looking to know, does it possible or not?
Thank you.