Drone 0.4 into Debian 8.3 (building from source)
312
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.
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
Content type
Image
Digest
Size
370.8 MB
Last updated
over 10 years ago
docker pull vando/drone