Correction montage des volumes pour Docker 1.12 et +
This commit is contained in:
parent
b4ce2b696b
commit
0ca55f3208
2
package
2
package
|
@ -107,7 +107,7 @@ function main {
|
||||||
docker_opt="${docker_opt}"
|
docker_opt="${docker_opt}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
docker_opt="${docker_opt} -v=\"$PROJECT_PATH:/src:ro\" -v=\"$PROJECT_DEST:/dist:rw\" $container_tag"
|
docker_opt="${docker_opt} -v $PROJECT_PATH:/src:ro -v $PROJECT_DEST:/dist:rw $container_tag"
|
||||||
|
|
||||||
info "Switching to container..."
|
info "Switching to container..."
|
||||||
debug "docker ${docker_opt}"
|
debug "docker ${docker_opt}"
|
||||||
|
|
Loading…
Reference in New Issue