Drone: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
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://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 03: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
| ||