0bin icon indicating copy to clipboard operation
0bin copied to clipboard

Docker image

Open auzias opened this issue 9 years ago • 6 comments
trafficstars

The Dockerfile is in the directory Docker. The image can be built from this, and run with the two option described in the README.srt.

auzias avatar Sep 13 '16 11:09 auzias

Nice work thanks :+1:

Natim avatar Sep 13 '16 11:09 Natim

When merging this, please plug it to hub.docker.com so that a new image is build each time we release it or push something to master.

Natim avatar Sep 13 '16 11:09 Natim

https://hub.docker.com/add/automated-build/sametmax/

Natim avatar Sep 13 '16 11:09 Natim

Nice work. What's the base image used ? I can't figure it out.

sametmax avatar Sep 13 '16 12:09 sametmax

Apparently it is based on Alpine Linux which allow to have a really small linux based image: https://hub.docker.com/_/alpine/

Natim avatar Sep 13 '16 12:09 Natim

As @Natim pointed out, it is alpine (see the FROM directive).

As for the image on the hub, there you go: https://hub.docker.com/r/auzias/0bin/

auzias avatar Sep 13 '16 14:09 auzias