docker buildx build \ -f Dockerfile \ --tag dev-$(basename `git rev-parse --show-toplevel`) \ . \ && docker run -it \ --rm \ --mount type=bind,source="$(pwd)/src",target=/opt/src \ dev-$(basename `git rev-parse --show-toplevel`) \ bash