Skip to content
Snippets Groups Projects
Commit ee9a4d56 authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files

add basic howto to README.md

parent 1617e34c
No related branches found
No related tags found
No related merge requests found
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
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment