Skip to content
Snippets Groups Projects
Commit b317de2f authored by jurgenhaas's avatar jurgenhaas
Browse files

#28 Touch the ~/.gitconfig file to make sure it does exist before...

#28 Touch the ~/.gitconfig file to make sure it does exist before creating a new container
parent adfba39c
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,7 @@ function startContainer {
if [[ -n ${ID} ]]; then
docker start ${COMPOSE_PROJECT_NAME}_l3d
else
touch ${HOMEDIR}/.gitconfig
docker run --name ${COMPOSE_PROJECT_NAME}_l3d -dt \
--hostname ${COMPOSE_PROJECT_NAME}-l3d \
--env COMPOSE_PROJECT_NAME=${COMPOSE_PROJECT_NAME} \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment