url2img icon indicating copy to clipboard operation
url2img copied to clipboard

Make available in docker hub?

Open rogierlommers opened this issue 8 years ago • 3 comments

Please see my pull request: https://github.com/gen2brain/url2img/pull/1

It adds docker support. Now my question is, do you have a docker hub account or something where we can push the container to? This would mean that people simply need to run docker run -p 55888:55888 name-of-your-image instead of building local dockerfile.

rogierlommers avatar Nov 23 '16 19:11 rogierlommers

For example, you can now do the following:

docker run --name url2img -p 55888:55888 rogierlommers/url2img

And you have a working daemon listening on port 55888.

rogierlommers avatar Nov 23 '16 19:11 rogierlommers

Thanks. I merged your pull request.

I don't use/like docker and don't have docker hub account, but I am thinking maybe to write dockerfile that can compile shared version of url2img.

gen2brain avatar Nov 24 '16 10:11 gen2brain

Ok, you can also add my (public) docker repository if you like: https://hub.docker.com/r/rogierlommers/url2img/

This way people don't have to build their own local container, but simply can do docker run --name url2img -p 55888:55888 rogierlommers/url2img.

rogierlommers avatar Nov 25 '16 12:11 rogierlommers