Skip to content

Commit ebe0d0a

Browse files
committed
Add script to quickly start docker dev container with appropriate args
1 parent 7d17d40 commit ebe0d0a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

run_docker.sh

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#! /bin/bash
2+
3+
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
4+
docker run --cap-add=SYS_PTRACE --rm -it -v${DIR}:/local/fenics_work quay.io/w1th0utnam3/simd-work:latest /bin/bash

0 commit comments

Comments
 (0)