Skip to content

Commit 0d7ea76

Browse files
authored
[DOCS] Suggest to use settings when using custom container (#751)
1 parent 556636a commit 0d7ea76

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,16 @@ can also use a specific version of the `render-guides` Docker container, i.e. `:
3434
Usage with Docker (via custom container)
3535
========================================
3636

37-
::
37+
Build the custom local Docker container::
3838

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

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

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

0 commit comments

Comments
 (0)