Dockerize docu update (#3014)

This commit is contained in:
E.T.
2026-02-20 14:49:35 +01:00
committed by GitHub
parent 3d56bccd49
commit c64dddf5cc
+5 -2
View File
@@ -15,8 +15,11 @@
# - Get a shell inside the build image to # - Get a shell inside the build image to
# inspect problems: ./dockerize.sh shell # inspect problems: ./dockerize.sh shell
# - Give additional parameters to the container: # - Give additional parameters to the container:
# ./dockerize.sh -j10 # Additional parameters to make: ./dockerize.sh -j10
# ./dockerize.sh ninja -j10 # Use ninja instead of make: ./dockerize.sh ninja -j10
# Addotopnal CMake parameters: ./dockerize.sh -DBOARD=PRALINE
# Change the default build directory: ./dockerize.sh -B build-alt
# (Alternatively --workdir works as well)
# - Use a different dockerfile: # - Use a different dockerfile:
# ./dockerize.sh build dockerfile-other # ./dockerize.sh build dockerfile-other
# - Use a different cpu architecture: # - Use a different cpu architecture: