A personal repository dedicated to exploring Docker and containerization concepts. This repository will serve as a comprehensive resource for my learning journey, documenting hands-on projects, key insights, and experimentations with Docker. It is open for anyone to access and learn from, contributing to a shared understanding of containerized environments.
To get started with Docker on your machine, follow these steps:
- Docker installed on your system.
- If you haven't installed Docker yet, follow the official installation guide for your operating system:
- Basic understanding of terminal/command line operations.
- To know more about it, check the useful links section.
To enhance your Docker experience on Windows, it’s recommended to use Windows Subsystem for Linux (WSL 2). It provides a full Linux kernel, improving performance and compatibility with Docker and other Linux-based tools.
-
Enable WSL and Virtual Machine Platform:
Open PowerShell as Administrator and run:
bash
-
Install WSL
wsl --install -d ubuntu
It installs the ubuntu version, the most famous and it's easy to use.
-
Now, set WSL 2 as the default version by running:
wsl --set-default-version 2
-
Terminal Go to the terminal and open 'ubuntu'.
For a deeper look into it, google WSL install
Clone this repository to your local machine using the following command:
bash
git clone https://github.com/Axelvazslima/docker-studies.git
- Docker Official Documentation
- Docker Hub
- Docker GitHub Repository
- Bret Fisher's Docker Course
- Bret Fisher's YouTube Channel
Feel free to explore and contribute to this repository! If you have suggestions, improvements, or corrections, please open an issue or create a pull request.