Skip to content

Build Docker Image Example

Taymindis Woon edited this page May 8, 2019 · 2 revisions

goto ${PROJ_DIRECTORY}

cd DockerExample docker build -t nginx_ffunc -f Dockerfile_ngx_ffunc . docker run -d -p 80:80 --name testffunc nginx_ffunc

Clone this wiki locally