Skip to content

Commit 74e61d6

Browse files
committed
Simplify build.sh run instructions.
1 parent 9ddfe85 commit 74e61d6

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

build.sh

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,3 @@ echo "The entry point is a wrapper to the python script 'wasmscore.py'"
1616
echo "To run from this local build use command (for a list of more options use --help):"
1717
echo "> docker run -ti ${IMAGE_NAME} <options>"
1818
echo ""
19-
echo "To stop and rm all ${IMAGE_NAME} containers:"
20-
echo "> docker rm \$(docker stop \$(docker ps -a -q --filter ancestor=${IMAGE_NAME}:latest --format="{{.ID}}"))"
21-
echo ""
22-
echo "For a detached setup that allows for copying files to the image or"
23-
echo "entering the container, use the following commands:"
24-
echo "> docker run --entrypoint=/bin/bash -ti -d ${IMAGE_NAME}"
25-
echo "> wasmscore_container_id=\$(docker ps | grep -m 1 ${IMAGE_NAME} | awk '{ print \$1 }')"
26-
echo ""
27-
echo "> docker cp <file> \${wasmscore_container_id}:"
28-
echo "or"
29-
echo "> docker exec -ti \${wasmscore_container_id}" /bin/bash
30-
echo ""

0 commit comments

Comments
 (0)