For full text search please use the '?' prefix. e.g. ? Onboarding
Build
docker
build -t fastapi
.
docker build
build the image
-t fastapi
an optional tag for the image
.
where to place the built image
Backlinks
Docker File (DevLog)
Dockerfile Tutorial by Example Basics and Best Practices 2018 (DevLog)