Drone: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
Line 43: Line 43:


| valign="top" |
| valign="top" |
* [https://community.harness.io/t/resolved-source-code-management-is-not-configured-error/10237 Drone » SCM not configured]
* [https://community.harness.io/t/resolved-source-code-management-is-not-configured-error/10237 Drone » SCM System not configured]
* [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]

Revision as of 04:21, 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