summaryrefslogtreecommitdiff
path: root/docs/getting_started_docker.md
AgeCommit message (Collapse)Author
2024-09-01doc: "docker getting started" mentions `flash` limitations (#24336)Stefan Otte
* doc: "docker getting started" mentions `flash` limitations Mass storage bootloader don't work with `flash` target. * Update docs/getting_started_docker.md Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> --------- Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
2024-05-30Vitepress conversion of docs. (#23795)Nick Brassel
2021-09-14[Docs] Clean up some code block languages (#14434)Ryan
2021-02-28Add support for using podman to util/docker_build.sh (#10819)Max Audron
* add podman support to docker_build.sh script * break out runtime into the RUNTIME variable * allows RUNTIME to be set by the user * decides on docker or podman if docker isn't avaible * rewrote check for docker-machine to account only for docker runtime * put --user arg into a variable only to be used with docker this is not needed with podman as podman maps the containers root id to the users id. * add podman to getting_started_docker documentation
2020-05-19Reintegrate previous docker docs (#9084)Joel Challis