3 lines
100 B
Bash
3 lines
100 B
Bash
#!/bin/bash
|
|
|
|
docker run -v `pwd`:/root/temp/dotfiles/ debian:jessie /root/temp/dotfiles/bunsen/test
|