moving to local

This commit is contained in:
2019-04-22 20:32:06 +02:00
parent ef1d25786a
commit 4a435d5b28
7 changed files with 11 additions and 9 deletions

View File

@@ -11,13 +11,14 @@ run:
- docker rm $(CNNAME)
docker run \
-it \
-v /home/${USER}:/home/${USER} \
--user $(shell id -u):$(shell id -g) \
-v /etc/passwd:/etc/passwd \
-v /etc/group:/etc/group \
-v $(MAKE_ROOT):/project \
-w /project \
--net host \
--name $(CNNAME) \
$(IMAGE_NAME) \
/bin/bash
# --user $(shell id -u):$(shell id -g) \
# -v /home/${USER}:/home/${USER} \
# -v /etc/passwd:/etc/passwd \
# -v /etc/group:/etc/group \