Skip to content
New issue

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

Docker Remote API Library #51

Open
amlwwalker opened this issue Jul 15, 2015 · 2 comments
Open

Docker Remote API Library #51

amlwwalker opened this issue Jul 15, 2015 · 2 comments

Comments

@amlwwalker
Copy link

Did you think of using this docker library for the requests rather than writing your own?

https://github.com/fsouza/go-dockerclient

Your library is very nice.

@tobegit3hub
Copy link
Owner

Thanks @amlwwalker and I will have a look. It would be great if it works well with docker unix socket 😃

@amlwwalker
Copy link
Author

Being able to make api calls via the web api would be nice, especially as if you are using boot2docker for development, you dont get access to the docker socket via unix:///var/run/docker.sock, instead its just tcp.
Its a nice little application, I think its missing being able to create containers, I was looking at adding that, but first need the development process to be smooth.

I did something similar a while ago, and for creating containers I had a list of the types of images that were available to make containers from, you gave it a name and a github repository and it pulled the repository. You also specify shell commands to run once its up.

It meant developers could build apps, push to github and in a few clicks have their app running in docker container. Your UI is nicer than mine though ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants