Skip to content
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

How to secure docker daemon via TLS #20

Open
SirojiddinYakubov opened this issue Apr 24, 2024 · 1 comment
Open

How to secure docker daemon via TLS #20

SirojiddinYakubov opened this issue Apr 24, 2024 · 1 comment

Comments

@SirojiddinYakubov
Copy link

I'm using an external docker daemon.

epicbox.configure(profiles=[epicbox.Profile('python', 'python:3.11-slim')], docker_url=f'tcp://{settings.DOCKER_ENGINE_ADDR}:2375') files = [{'name': 'main.py', 'content': self.get_untrusted_code()}]

This code works well, but I want to secure my docker daemon via TLS. How can I implement this feature?

@SirojiddinYakubov SirojiddinYakubov changed the title Secure external docker tcp How to secure docker daemon via TLS Apr 24, 2024
@ryuujo1573
Copy link

You should head forward to Docker docs rather than seeking direct help from epicbox.
Hope this helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants