mario-vuckovic

Results 1 comments of mario-vuckovic

Hi again @mariotoffia! Yes, this would be exactly what I'm after: ``` using ( var container = Fd.UseHost() .UseSsh("ssh://user@remotehost") .UseCompose() .Build() .Start()) { // Access the remote container here }...