ff
This commit is contained in:
parent
8a2e48e10a
commit
d4ad2d3394
1 changed files with 2 additions and 0 deletions
|
@ -27,8 +27,10 @@ if ! [[ $(id -u) -eq "1000" ]]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
echo -e "${GREEN}Pull Image...${RESET}"
|
||||
docker pull ${IMAGE}
|
||||
|
||||
echo -e "${GREEN}Start container...${RESET}"
|
||||
docker run -it \
|
||||
-v "$PWD:/home/ansible-dev/ansible-homeserver" \
|
||||
-v "$HOME/.git-credentials:/home/ansible-dev/.git-credentials" \
|
||||
|
|
Loading…
Reference in a new issue