Skip to content
Snippets Groups Projects
Commit 2a0d60c1 authored by jurgenhaas's avatar jurgenhaas
Browse files

Add terminal arguments so we can interrupt the server

parent da4aede3
No related branches found
No related tags found
No related merge requests found
Pipeline #33744 passed
#!/bin/bash
docker run --user=$(id -u) --rm --net=host --volume=$(pwd):/mdshow --workdir=/mdshow registry.lakedrops.com/docker/mdshow mdshow $@
docker run --user=$(id -u) --rm -it --net=host --volume=$(pwd):/mdshow --workdir=/mdshow registry.lakedrops.com/docker/mdshow mdshow $@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment