-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to run tang in a docker container? #27
Comments
There is no particular problem with running Tang in a container. However, there are some considerations.
It is still probably worth having a Tang container. But don't use it to encrypt data on the same node. |
I sent you a PR that makes Tang work in docker using xinetd. I'll close the bug now, but feel free to ask any questions. |
I tried the docker image, it is fully functional. It seems like the service response fail to terminate. It is the same whether the base image is ubuntu or centos. I think it is a quick fix if you have a chance to a look at a running container instance. Thanks. |
@hddmet This is not the repository for the docker image. Please file an issue here: https://github.com/AdrianKoshka/tang-docker-container |
@AdrianKoshka do you have a new place for the docker repo? The link above doesn't work anymore. |
I don't, I didn't realize the gitlab repo still existed either. |
Hi there,
You could try, https://hub.docker.com/r/cloggo/tangd <https://hub.docker.com/r/cloggo/tangd>.
github repo: https://github.com/cloggo/tangd
… On Oct 7, 2019, at 6:31 AM, Adrian Lucrèce Céleste ***@***.***> wrote:
I don't, I didn't realize the gitlab repo still existed either.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#27?email_source=notifications&email_token=ABGE3ZZK32QB64BZ3N3S3GLQNMT3DA5CNFSM4FDW4O4KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEAQEYSI#issuecomment-538987593>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ABGE3Z5E5OGKZ5P364UOPQTQNMT3DANCNFSM4FDW4O4A>.
|
Ugh this is all confusing given the "official" docker image linked in the Readme is not there anymore(?). See #48 |
I wanted to setup tang, but also am using fedora atomic host, and thought I could just whip up a quick docker container to run tang for me. I was very wrong, after countless hours I've pretty much gotten no-where. Due to the way
tangd
is designed, is it possible to run it from a docker container at all and have it work properly? The repo for anyone interested: https://github.com/AdrianKoshka/tang-docker-containerThe issue I would run into is that I'd never get tang to respond properly on port 80. Curl would always say connection reset by peer, or that the response was empty.
The text was updated successfully, but these errors were encountered: