Pass terminal var from host

This commit is contained in:
Michael Smith
2026-03-18 10:35:26 +01:00
parent a0ff12e291
commit 1488416fa6

View File

@@ -19,6 +19,7 @@ run:
-v $(PWD)/ssh_config:/home/m/.ssh/config \
-v /run/host-services/ssh-auth.sock:/run/host-services/ssh-auth.sock \
-e SSH_AUTH_SOCK=/run/host-services/ssh-auth.sock \
-e TERM=$(TERM) \
-it \
$(DOCKER_IMAGE_NAME)
@echo "Container started. Use 'make shell' to access it"