Running a Docker file stored locally January 6, 2024 by Tarik The process to run Dockerfile is: docker build . -t [tag] -f /path/to/Dockerfile And then: docker run -d tag