diff --git a/scripts/bash/inspect_build.sh b/scripts/bash/inspect_build.sh index da9d21e..f6a7c3a 100755 --- a/scripts/bash/inspect_build.sh +++ b/scripts/bash/inspect_build.sh @@ -2,3 +2,6 @@ printf "\n[Inspecting] container...\n" sudo docker run -it test python ./hyper/hyper/server.py --interval 5 + +# To do -> Add commands for inspecting resulting image +# docker image inspect [OPTIONS] IMAGE [IMAGE...] \ No newline at end of file