An open API service indexing awesome lists of open source software.

https://github.com/l4rm4nd/learn-docker

Introduction into Docker Run and Docker Compose
https://github.com/l4rm4nd/learn-docker

Last synced: 8 months ago
JSON representation

Introduction into Docker Run and Docker Compose

Awesome Lists containing this project

README

          

# Docker Workshop Readme

This repository provides a hands-on workshop covering essential Docker topics such as image building, Docker Compose, networking, CI/CD, and more.

Objectives:
- Learn the Docker image build process to create and manage images
- Understand Docker local images and external ones from Docker Hub
- Work with Docker Compose to manage multi-service stacks
- Configure Docker networking for inter-container communication
- Set up Docker CI/CD using GitHub Actions
- Master general Docker CLI commands and Compose YAML syntax

# Additional Resources
- Docker Documentation: https://docs.docker.com/
- Docker Hub: https://hub.docker.com/
- GitHub Actions Documentation: https://docs.github.com/en/actions
- Docker Cheat Sheet: https://dockerlabs.collabnix.com/docker/cheatsheet/