Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Volodymyr SAVCHENKO
osa-docker
Commits
1cc40722
Commit
1cc40722
authored
Aug 29, 2018
by
Volodymyr SAVCHENKO
Browse files
makefile
parent
6125b1c1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
Makefile
Makefile
+10
-0
run.sh
run.sh
+2
-0
No files found.
Makefile
0 → 100644
View file @
1cc40722
#IMAGE?=integralsw/osa:11.0
IMAGE
?=
integralsw/osa:latest
#IMAGE?=cdcihn.isdc.unige.ch:443/integral-osa:11.0
push
:
build
docker push
$(IMAGE)
build
:
Dockerfile
docker build
.
-t
$(IMAGE)
run.sh
View file @
1cc40722
...
@@ -6,5 +6,7 @@ docker run \
...
@@ -6,5 +6,7 @@ docker run \
-v
/tmp/.X11-unix:/tmp/.X11-unix
\
-v
/tmp/.X11-unix:/tmp/.X11-unix
\
-v
/tmp/osa-home-
$$
-pfiles
:/pfiles
\
-v
/tmp/osa-home-
$$
-pfiles
:/pfiles
\
-v
/tmp/osa-home-
$$
:/home/integral
\
-v
/tmp/osa-home-
$$
:/home/integral
\
-v
$REP_BASE_PROD
:/data/rep_base_prod
\
-v
$CURRENT_IC
:/data/current_ic
\
--rm
-it
--user
$(
id
-u
)
\
--rm
-it
--user
$(
id
-u
)
\
integralsw/osa:11.0 bash
-c
'export HOME=/home/integral; source init.sh; ibis_science_analysis'
integralsw/osa:11.0 bash
-c
'export HOME=/home/integral; source init.sh; ibis_science_analysis'
Write
Preview
Markdown
is supported
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