Skip to content

Build a Docker Image from a Dockerfile

Wyatt Barnes edited this page Dec 5, 2018 · 1 revision
docker build -t name-of-image ./directory/to/package

For ./directory/to/package you can use . to package the current directory

Clone this wiki locally