Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 366 Bytes

File metadata and controls

13 lines (9 loc) · 366 Bytes

Newque-Docker

Build Status

Build the image

docker build -t newque .

Run the image and drop in to a bash prompt

docker run -it newque bash

Run the image and map ports to host

docker run -p 8000:8000 -p 8001:8001 -p 8005:8005 newque