Skip to content

docker-in-practice/docker-authenticate-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-authenticate

The client side of basic HTTP authentication on your docker daemon (to be used with https://github.com/docker-in-practice/docker-authenticate).

Run with:

docker run -d -p 127.0.0.1:12375:12375 dockerinpractice/docker-authenticate-client \
    targetip:2375 username:password

(note that targetip must not be localhost/127.0.0.1 - use the external IP of your host if you want to just try it out)

You can then use docker with

docker -H localhost:12375 ps

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages