Add shared_directories preset parameter (#35)

This commit is contained in:
James McMurray
2020-03-26 20:57:46 +02:00
committed by GitHub
parent 14347710ce
commit bc9969a0db
6 changed files with 100 additions and 12 deletions
+5
View File
@@ -0,0 +1,5 @@
script = """
ls /shared_dirs/copy_file_example/
cp /shared_dirs/copy_file_example/testfile.txt /root/
"""
shared_directories = ["copy_file_example"]
+1
View File
@@ -0,0 +1 @@
test