mips-nginx build docker build -t nginx:1.15.7-alpine . run docker run -it -d -p80:80 nginx:1.15.7-alpine test curl localhost