mirror of
https://github.com/cbeuw/Cloak.git
synced 2026-04-26 13:05:56 +03:00
[GH-ISSUE #173] Cloak under docker #140
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Cloak#140
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 @ghost on GitHub (Aug 20, 2021).
Original GitHub issue: https://github.com/cbeuw/Cloak/issues/173
I setup cloak on my own ubuntu computer, and it is working fine, but when I try to move it under a docker container (lets say
ubuntu:20.04) cloak is giving me this error constantly:Looks like there are packages that are missing under the docker container. Does anybody know what they are?
How to move cloak under a docker container?
What are the procedures for the
alpinedocker image? What equivalent packages to install there to make it work?@borouhin commented on GitHub (Nov 4, 2023):
After 2 years, same error here.
I'm trying to run Cloak on Mikrotik RB3011, which has containers support.
My config (Wireguard over Cloak) works perfectly between 2 Ubuntu servers (amd64). But when I run ck-client inside docker container on my router (arm32, container based on alpine) with the same server, exactly the same client config that worked on Ubuntu server and exactly the same ck-client command line (except that I add internal IP of the container to "-i" switch) - ck-client runs, accepts connection from Wireguard, but then outputs "Failed to prepare connection to remote: cipher: message authentication failed" multiple times and fails to connect. I'm using "plain" EncryptionMethod, if it matters.
Any help appreciated!