Skip to content

Commit

Permalink
Merge branch 'main' into task/hide-title-signs
Browse files Browse the repository at this point in the history
  • Loading branch information
linawolf authored Sep 21, 2024
2 parents 3fee7b9 + 0d7ea76 commit 4e96af2
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,16 @@ can also use a specific version of the `render-guides` Docker container, i.e. `:
Usage with Docker (via custom container)
========================================

::
Build the custom local Docker container::

# Build the custom local Docker container
docker build --file Dockerfile --tag typo3-docs:local .

# Execute the Docker container that is provided locally, build Documentation
# On macOS you need to specify the parameter "--user=$(id -u):$(id -g)"
# "/project" is a fixed directory name, not a placeholder.
docker run --rm -v ${PWD}:/project -it typo3-docs:local --progress

Execute the Docker container that is provided locally, build Documentation
On macOS you need to specify the parameter "--user=$(id -u):$(id -g)"
"/project" is a fixed directory name, not a placeholder::

docker run --rm -v ${PWD}:/project -it typo3-docs:local --progress --config=Documentation

(see :ref:`_Setup_Docker:Docker containers` for complete documentation)

Expand Down

0 comments on commit 4e96af2

Please sign in to comment.