docker run --mount type=bind,source=$(pwd),target=/app myimage
Category: Docker
docker run --mount type=bind,source=$(pwd),target=/app myimage
Bind-mount using explicit --mount syntax (more readable)
Bind-mounts using the explicit --mount syntax — more verbose but clearer about what's happening.