4 lines
108 B
Text
4 lines
108 B
Text
|
#!/bin/bash
|
||
|
|
||
|
docker run -v `pwd`:/root/temp/dotfiles/ ubuntu:xenial /root/temp/dotfiles/ubuntu/test_insider
|