Updated the main
This commit is contained in:
parent
dae0659e8e
commit
674571c0f0
@ -34,4 +34,4 @@ mkdir hello
|
|||||||
|
|
||||||
echo "Hello World" > hello/hello.txt
|
echo "Hello World" > hello/hello.txt
|
||||||
|
|
||||||
exec docker run --workdir /github/workspace -v "$(pwd)/hello":"/github/workspace" -v "/var/run/docker.sock":"/var/run/docker.sock" --entrypoint=sh $INPUT_IMAGE -c "docker version; docker ps; pwd; ls"
|
exec docker run --workdir /github/workspace -v "$(pwd)/hello":"/github/workspace" -v "/var/run/docker.sock":"/var/run/docker.sock" --entrypoint=sh $INPUT_IMAGE -c "docker version; docker ps; pwd; ls; ls /"
|
Loading…
Reference in New Issue
Block a user