We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be nice to also configure the agent to use a socket proxy like the main app can:
Swarmpits behavior can be reconfigured via Environment Variables. SWARMPIT_DOCKER_SOCK
Docker SOCK location used by docker client. In case of socket proxy use following format: http://TCPENDPOINT:2375. Default is /var/run/docker.sock.
Thanks in advance, also for any hints, ideas, considersations in the meantime :)
The text was updated successfully, but these errors were encountered:
Bump. Can someone on the swarmpit team point us in the right direction for a PR?
Sorry, something went wrong.
Looks like you might be able to do it just by setting the DOCKER_HOST env var
DOCKER_HOST
No branches or pull requests
It would be nice to also configure the agent to use a socket proxy like the main app can:
Swarmpits behavior can be reconfigured via Environment Variables.
SWARMPIT_DOCKER_SOCK
Docker SOCK location used by docker client. In case of socket proxy use following format: http://TCPENDPOINT:2375. Default is /var/run/docker.sock.
Thanks in advance, also for any hints, ideas, considersations in the meantime :)
The text was updated successfully, but these errors were encountered: