Cloud Certifications
Kubernetes architecture
Managing Docker images
Other public registries
Troubleshooting pods
Building our first container – Creating and Managing Container Images-3
While EXPOSE and STOPSIGNAL are self-explanatory, let’s look at the HEALTHCHECK directive. The HEALTHCHECK directive runs a command (hence CMD) called curl -f localhost. So, this container will report itself…