Sign inSign up

vando/drone

By vando

Updated over 10 years ago

Drone 0.4 into Debian 8.3 (building from source)

Image
0

312

vando/drone repository overview

Docker container for Drone 0.4 (Debian 8.3, GO 1.5.3)

I created this container because official docker image doesn't work on my Debian 8.3 relese (issue #1466).

This drone is building from source into a cointainer following the instructions from the Drone team.

How to run it

docker pull vando/drone
docker run -v /var/lib/drone:/var/lib/drone /var/lib/drone:/var/lib/drone \
           -v /var/run/docker.sock:/var/run/docker.sock \
           --env-file /etc/drone/dronerc \
           -p 8000:8000 \
           -d --restart=always --name=drone vando/drone

Tag summary

Content type

Image

Digest

Size

370.8 MB

Last updated

over 10 years ago

docker pull vando/drone