Drone: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
Line 47: Line 47:
* [https://hub.docker.com/search?q=drone/drone&source=community Docker Hub » Drone]
* [https://hub.docker.com/search?q=drone/drone&source=community Docker Hub » Drone]
* [https://github.com/harness/drone/tree/master/docker GitHub » Docker]
* [https://github.com/harness/drone/tree/master/docker GitHub » Docker]
* [[HAProxy]]
* [[Docker]]
* [[Docker]]
* [[Nginx]]
* [[TMux]]
* [[TMux]]



Revision as of 22:51, 4 April 2023

Linux:
export DRONE_HOME=/srv/drone
MacOS:
export DRONE_HOME=$HOME/drone
Local location Container location Usage
$DRONE_HOME/data /data Application data
docker run -it --rm \
--publish 9081:80 \
--publish 4430:443 \
drone/drone:latest \
bin/sh
id; exit
mkdir -p $DRONE_HOME/{data}
#chown -R 0:0 $DRONE_HOME/

References