Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 1 day ago
JSON representation

Docker Fundamentals

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 |