mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-03-12 01:56:43 -04:00
podman/docker: Run bash as login shell
To get bash to source /etc/profile and get the goodness of /etc/profile/bash_completion.sh, run bash as a login shell.
This commit is contained in:
parent
bb18d5b9e9
commit
81ac7bffa0
@ -23,11 +23,11 @@ all:
|
||||
|
||||
run:
|
||||
podman run --rm --mount type=bind,source="`pwd`/../",target=/build -w /build -it \
|
||||
$(IMAGE) /usr/bin/bash
|
||||
$(IMAGE) /usr/bin/bash -l
|
||||
|
||||
docker-run:
|
||||
docker run --rm --mount type=bind,source="`pwd`/../",target=/build -w /build -it \
|
||||
$(IMAGE) /usr/bin/bash
|
||||
$(IMAGE) /usr/bin/bash -l
|
||||
|
||||
run-make:
|
||||
podman run --rm --mount type=bind,source="`pwd`/../hw/application_fpga",target=/build -w /build -it \
|
||||
|
Loading…
x
Reference in New Issue
Block a user