Updated hhello
This commit is contained in:
parent
674571c0f0
commit
2f566a1e13
@ -34,4 +34,4 @@ mkdir hello
|
||||
|
||||
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; ls /"
|
||||
exec docker run --workdir /github/workspace/hello -v "$(pwd)/hello":"/github/workspace/hello" -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