mirror of
https://github.com/hwdsl2/docker-ipsec-vpn-server.git
synced 2026-04-26 18:15:50 +03:00
[GH-ISSUE #182] can this image support containerd? #167
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 @zhipengzuo on GitHub (Apr 16, 2020).
Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/182
Hi when i run fcojean/l2tp-ipsec-vpn-server with containerd,some error occurs:
This script should ONLY be run in a Docker container! Aborting.
Could this image can support containerd? thanks.
@zhipengzuo commented on GitHub (Apr 17, 2020):
when i remove exiterr "This script ONLY runs in a Docker container." this line in run.sh and rebuild this image ,it's ok to run in containerd in test env .
@hwdsl2 commented on GitHub (Apr 18, 2020):
@zhipengzuo Hello! Thank you for the suggestion. There is not an easy way to identify containerd from inside a container. I would suggest that you continue to work around this by building your customized version [1] of the Docker image, as you mentioned.
[1] https://github.com/hwdsl2/docker-ipsec-vpn-server#build-from-source-code
@zhipengzuo commented on GitHub (Apr 19, 2020):
Sure.Thanks.