question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Connect to Remote Docker Daemon

See original GitHub issue

Hi,

It is still me! I’m sorry for so many issues but I’m using really a lot your library and I always have questions 😃

I’m creating images from Dockerfile with the example you provided in previous issue and all works correctly. new Ductus.FluentDocker.Builders.Builder() .DefineImage("ImageName").ReuseIfAlreadyExists() .FromFile("DockerfilePath") .Build();

How can I assure I’m using the right DockerUri? In this command it is not specified the DockerHostService or DockerUri. I’m asking because I’ll need to operate with more than one docker instance, on remote hosts, so I want to create specific images on different hosts.

Thank you for everything 😃

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:10 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
lorenzo93commented, Oct 7, 2018

Hi,

as in the other issue I’m sorry for answering so late! Also this change seems to work perfectly, I didn’t test it in all my use cases for lack of time but in the base ones works!

Thank you!

PS is there a way I can offer you a beer? maybe through a donation link. You were very helpful for me and my project and I’d like to say thank you in the proper way! 😉

0reactions
mariotoffiacommented, Oct 7, 2018

Thanks for the offer! 😃 Haven’t thought about that. I’ll think of something - but it will always be free and highly free willingly to donate.

Cheers, Mario

Read more comments on GitHub >

github_iconTop Results From Across the Web

Configure remote access for Docker daemon
You can configure Docker to accept remote connections. This can be done using the docker.service systemd unit file for Linux distributions using systemd....
Read more >
How to Connect to a Remote Docker Daemon | dockerlabs
How to Connect to a Remote Docker Daemon · Pre-Requisite: · Create the directory to store the configuration file. · Create a new...
Read more >
How to Set Up Remote Access to Docker Daemon
Docker daemon allows you to connect to a remote docker host over TCP. This way, you can manage multiple Docker hosts from your...
Read more >
How to Set Up Remote Access to Docker Daemon ...
When using the SSH protocol for remote docker access what happens is that the docker client actually runs an ssh command on the...
Read more >
How do I connect to a remote docker daemon without ...
In order to connect to a remote Daemon running on any server machine please follow the below steps. Identify the Host machine where...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found