We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54aee59 commit 14ac90eCopy full SHA for 14ac90e
run-docker.sh
@@ -32,7 +32,7 @@ docker run -dit --name USPython -v /var/run/docker.sock:/var/run/docker.sock -v
32
docker exec USPython bash -c "apt-get update && apt-get install -y sudo git docker-compose python3 python3-yaml"
33
34
# Clone the specified GitHub repository into the container
35
-docker exec USPython git clone https://github.com/polarnaldo/USPython
+docker exec USPython bash -c "git clone https://github.com/polarnaldo/USPython"
36
37
# Run the specified Python script within the container
38
-docker exec -it USPython python3 /USPython/USPython.py -m interface
+docker exec -it USPython bash -c "python3 /USPython/USPython.py -m interface"
0 commit comments