Searching CertSprout…
Searching CertSprout…
A little curiosity goes a long way
Search certifications, learning topics, career paths, public profiles and help across CertSprout.
Showing 7 results for “docker”.
AWS-CLF · Cloud Technology and Services
… patch yourself. Amazon ECS and Amazon EKS orchestrate Docker containers, with ECS as the AWS-native scheduler and EKS as managed Kubernetes; either can run on EC2 instances you manage or on…
DCA · Container fundamentals
A container image packages application files and runtime dependencies. A running container adds process state and a writable layer, while sharing the host kernel through isolation mechanisms…
DCA · Docker operations
…blished ports deliberately, and restrict access to the Docker control interface. Operational checks should confirm the application works, not simply that a container process exists. Worked e…
DCA · Network protection
A network rule should express a justified communication path with the necessary source, destination, protocol and service. Segmentation limits how far a compromise can spread, but only when …
GCP-CDL · Modernize infrastructure and applications with Google Cloud
…ling, restarting failed instances and rolling updates. Docker images are the packaging format; a registry such as Artifact Registry stores them. If a stem stresses consistent deployment acro…
Linux+ · Scripting, Containers, and Automation
docker run creates and starts a container from an image; -d detaches it, -p 8080:80 maps host port 8080 to container port 80 in host-first order, --name labels it, and -v or --mount attaches…
Linux+ · Scripting, Containers, and Automation
A Dockerfile describes how to build one image layer by layer with FROM, RUN, COPY, ENV, EXPOSE and CMD or ENTRYPOINT. A docker-compose.yml describes how to run several containers together on…
People search uses public names, handles and headlines. Private and unlisted profiles are excluded. Your goals are visible only to you in search.