Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

Relativer Pfad bei --job_directory funktioniert nicht #98

Open
edigonzales opened this issue Feb 16, 2018 · 1 comment
Open

Relativer Pfad bei --job_directory funktioniert nicht #98

edigonzales opened this issue Feb 16, 2018 · 1 comment
Assignees
Labels

Comments

@edigonzales
Copy link
Contributor

./start-gretl.sh --docker_image sogis/gretl-runtime:30 --job_directory ./gretl/ --task_name tasks:

docker: Error response from daemon: create ./gretl/: "./gretl/" includes invalid characters for a local volume name, only "[a-zA-Z0-9][a-zA-Z0-9_.-]" are allowed. If you intended to pass a host directory, use absolute path.

@schmandr
Copy link
Collaborator

schmandr commented Jun 12, 2018

Lösungsidee: moby/moby#4830 (comment)

D.h. im Skript müsste die eine Zeile ungefähr lauten:
-v "$(pwd)/$job_directory":/home/gradle/project \

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants