[GH-ISSUE #173] Podman support #159

Closed
opened 2026-03-02 07:28:10 +03:00 by kerem · 0 comments
Owner

Originally created by @jsdnhk-devops on GitHub (Feb 13, 2020).
Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/173

may also provide podman support to the docker images,
for me it can be executed by changing .dockerenv to .containenv in run.sh file.

if [ ! -f "/.dockerenv" ]; then
  exiterr "This script ONLY runs in a Docker container."
fi
# add handling for podman case '.containenv'
Originally created by @jsdnhk-devops on GitHub (Feb 13, 2020). Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/173 may also provide podman support to the docker images, for me it can be executed by changing .dockerenv to .containenv in run.sh file. ```bash if [ ! -f "/.dockerenv" ]; then exiterr "This script ONLY runs in a Docker container." fi # add handling for podman case '.containenv' ```
kerem closed this issue 2026-03-02 07:28:10 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/docker-ipsec-vpn-server#159
No description provided.