4 lines
104 B
Text
4 lines
104 B
Text
|
#!/bin/bash
|
||
|
|
||
|
docker run -v `pwd`:/root/temp/dotfiles/ fedora:24 /root/temp/dotfiles/fedora/test_insider
|