service Sample code written for a Pearson presentation Docker # Build the crud app as a docker image (No local Go installation needed). docker build -f cmd/crud/dockerfile -t crud-amd64:1 .