1
0
Fork 0
binder/develop.sh

5 Zeilen
130 B
Bash
Ausführbare Datei

#!/bin/bash
docker build -t jforman/binder:latest .
docker run -it --rm -v `pwd`:/code/ -w /code/ jforman/binder:latest /bin/ash