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
- Host: GitHub
- URL: https://github.com/l4rm4nd/learn-docker
- Owner: l4rm4nd
- Created: 2023-08-29T08:11:27.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-29T12:56:08.000Z (about 2 years ago)
- Last Synced: 2023-08-29T13:56:19.262Z (about 2 years ago)
- Language: PHP
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/