Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stacksimplify/docker-fundamentals
Docker Fundamentals
https://github.com/stacksimplify/docker-fundamentals
aws docker ecs ecs-cluster fargate fargate-cli kubernetes
Last synced: 4 days ago
JSON representation
Docker Fundamentals
- Host: GitHub
- URL: https://github.com/stacksimplify/docker-fundamentals
- Owner: stacksimplify
- Created: 2019-11-20T10:00:06.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-28T07:23:59.000Z (about 1 year ago)
- Last Synced: 2025-01-12T02:11:56.272Z (11 days ago)
- Topics: aws, docker, ecs, ecs-cluster, fargate, fargate-cli, kubernetes
- Language: HTML
- Homepage: https://courses.stacksimplify.com
- Size: 18.9 MB
- Stars: 465
- Watchers: 24
- Forks: 6,659
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker Fundamentals
## What is covered as part of Docker Fundamentals?
1. Docker Introduction
2. Docker Installation
3. Flow-1: Pull from Docker Hub and Run Docker Image locally.
4. Flow-2: Build new Docker Image and Run locally and Push to Docker Hub.
5. Essential Docker Commands## Docker Images used
| Application Name | Docker Image Name |
| ------------------------------- | --------------------------------------------- |
| Nginx | nginx |
| Customized Nginx | stacksimplify/mynginx_image1 |
| Simple SpringBoot HelloWorld | stacksimplify / dockerintro-springboot-helloworld-rest-api |