binder/develop.sh

5 行
130 B
Bash
可执行文件

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