Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sergio Decherchi
NanoShaper
Commits
fef5fe86
Commit
fef5fe86
authored
May 06, 2021
by
Claudia Canevari
Browse files
added possible workaround for docker NS image + VMD
parent
8e4891e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
NanoShaper_Docker_VMD.sh
0 → 100755
View file @
fef5fe86
#!/bin/bash
#Current Directory: complete path of the directory where input files are
DIR
=
"
$(
pwd
)
"
CONF_PATH
=
${
1
?Error
:
Surface Configuration not given
}
echo
"Surface Configuration:
$1
"
docker run
-it
--mount
type
=
bind
,source
=
${
DIR
}
,target
=
/App gitlab.iit.it:4567/sdecherchi/nanoshaper
$1
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment