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
Hervé MENAGER
galaxy-cwl-is-docker
Commits
ee9a4d56
Commit
ee9a4d56
authored
Apr 03, 2019
by
Hervé MENAGER
Browse files
add basic howto to README.md
parent
1617e34c
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
ee9a4d56
Galaxy CWL IS Docker
\ No newline at end of file
Galaxy CWL IS Docker
build:
```
bash
docker build
.
-t
galaxycwlis
```
run server locally:
```
bash
docker run
-i
-t
-p
8080:8080
-v
/var/run/docker.sock:/var/run/docker.sock galaxycwlis:latest
```
open terminal in server:
```
bash
docker container
ls
docker
exec
-i
-t
[
CONTAINER_NAME] /bin/bash
```
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