dotnet / dotnet/Docker.DotNet

How to connect your library to real remote Linux docker?

Open
#547 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
C#
Stars
2.4k
Forks
416
PR merge metrics
No merged PRs in 30d

Description

I'm sorry, but your example don't describe how to connect to real docker environment.
In reality I can connect to docker with the same string

sudo curl --unix-socket /var/run/docker.sock http://157.XX.XX.84/v1.41/containers/json

I don't understand how to use your abstraction

client = new DockerClientConfiguration(new Uri("http://ubuntu-docker.cloudapp.net:4243")).CreateClient();

to simulate connection to real remote Linux docker with SUDO and Login/Password (from Linux and Windows)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.