Skip to content

Some practice exercises that I have created for learning about containers, using Docker and Minikube

Notifications You must be signed in to change notification settings

LamSut/Play-with-Containers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Play with Containers

Here are some practice exercises that help you learn about containers, using Docker and Minikube:

  • These exercises will guide you through building, running, and managing containers locally with Docker.
  • You will also learn how to deploy and orchestrate containerized apps with Minikube on a Kubernetes cluster.

Docker

Docker installation

To get started, you'll need to have Docker installed on your machine.
Please follow the official Docker Installation Guide.

Docker usage

After installation, you can start using Docker to create, deploy, and manage containerized applications.
For more detailed instructions and advanced topics, refer to the full Docker Documentation.

Minikube

Minikube installation

To install Minikube, refer to the official Minikube Installation Guide.

Minikube usage

Start Minikube

minikube start

Stop Minikube

minikube stop

Delete Minikube

minikube delete

For more detailed instructions and advanced topics, refer to the full Minikube Documentation.

About

Some practice exercises that I have created for learning about containers, using Docker and Minikube

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published