File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,15 +16,3 @@ echo "The entry point is a wrapper to the python script 'wasmscore.py'"
1616echo " To run from this local build use command (for a list of more options use --help):"
1717echo " > docker run -ti ${IMAGE_NAME} <options>"
1818echo " "
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 " "
You can’t perform that action at this time.
0 commit comments