Skip to content

Docker container for Drone 0.4 (referrer to issue #1466)

Notifications You must be signed in to change notification settings

facundobianco/docker-drone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Docker container for Drone 0.4

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.

Apache2.4 virtualhost

I attached the configuration for running Drone behind Apache reverse proxy (instead of NGinx).

Before to start Apache, you should load those modules

for MODN in headers proxy proxy_http ssl ; do a2enmod ${MODN} ; done

How to run it

docker build -t drone1466 .
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 127.0.0.1:8000:8000 \
           -d --restart=always --name=drone drone1466

About

Docker container for Drone 0.4 (referrer to issue #1466)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published