Skip to content

A personal repository dedicated to exploring Docker and containerization concepts, documenting hands-on projects and key learnings. This will serve as a valuable study resource for myself and is open for anyone to access and learn from. 🐳

Notifications You must be signed in to change notification settings

Axelvazslima/docker-studies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Studies 🐳

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.

🚀 Getting Started

To get started with Docker on your machine, follow these steps:

Prerequisites

  • 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.

🖥️ Installing WSL for a Better Development Environment

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.

Steps to Install WSL:

  1. Enable WSL and Virtual Machine Platform:

    Open PowerShell as Administrator and run: bash

  2. Install WSL

    wsl --install -d ubuntu

    It installs the ubuntu version, the most famous and it's easy to use.

  3. Now, set WSL 2 as the default version by running: wsl --set-default-version 2

  4. Terminal Go to the terminal and open 'ubuntu'.
    For a deeper look into it, google WSL install

Cloning the Repository

Clone this repository to your local machine using the following command:

bash

git clone https://github.com/Axelvazslima/docker-studies.git

Credits and useful links 🔗

✒️ Feedbacks

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.

About

A personal repository dedicated to exploring Docker and containerization concepts, documenting hands-on projects and key learnings. This will serve as a valuable study resource for myself and is open for anyone to access and learn from. 🐳

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published