Newque-DockerBuild the imagedocker build -t newque .Run the image and drop in to a bash promptdocker run -it newque bashRun the image and map ports to hostdocker run -p 8000:8000 -p 8001:8001 -p 8005:8005 newque