3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00

Move docs/development/notes.md to docs/development/docker.md.

This commit is contained in:
Michael Stenta 2020-09-24 21:59:03 -04:00
parent b7da8c287f
commit 8fd3a754f8
2 changed files with 6 additions and 3 deletions

View file

@ -1,8 +1,8 @@
# Development notes
# Docker
## Docker build arguments
The farmOS `dev` Docker image allows certain variables to be overridden at
The farmOS Docker images allow certain variables to be overridden at
image build time using the `--build-arg` parameter of `docker build`.
Available arguments and their default values are described below:
@ -16,6 +16,9 @@ Available arguments and their default values are described below:
- `PROJECT_VERSION` - The farmOS Composer project Git branch/tag/commit to
check out.
- Default: `2.x`
The `2.x-dev` image also provides the following:
- `WWW_DATA_ID` - The ID to use for the `www-data` user and group inside the
image. Setting this to the ID of the developer's user on the host machine
allows Composer to create files owned by www-data inside the container,

View file

@ -3,9 +3,9 @@ nav:
- farmOS: index.md
- Development:
- Getting started: development/index.md
- Docker: development/docker.md
- Drush: development/drush.md
- Composer: development/composer.md
- Debugging: development/debug.md
- Automated tests: development/tests.md
- Notes: development/notes.md
theme: readthedocs