Multistage builds are only possible with Docker 17.05+. You can use this version of minikube until its version of k8s updates its version of docker.
kubernetes/minikube#1542 (comment)
minikube start --iso-url=https://storage.googleapis.com/minikube-builds/1542/minikube-testing.iso --disk-size=60g --memory=4096
docker version
make upgrade
apk --update add mongodb
mongo go-learn-local-mongodb/test
db.animal.insertOne({name: 'Foo'})
db.animal.find()
- Add standardized logging