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

https://github.com/codewithpraveen/labs-docker-tags

Repo for the "Manage Docker image versions using tags in Docker Hub" lab
https://github.com/codewithpraveen/labs-docker-tags

docker-image docker-tag dockerfile dockerhub dotnet-core dotnet-webapi

Last synced: 30 days ago
JSON representation

Repo for the "Manage Docker image versions using tags in Docker Hub" lab

Awesome Lists containing this project

README

          

# Repository for the Tags + Docker Hub Lab

Manage Docker image versions using tags in Docker Hub

## Overview
The BrezyWeather is a simple .NET Core web app used as a demo project in this Docker Hub lab. It is used to view simple weather details for a city.
It supports two versions - first is the base version and the second is the enhanced version with breaking changes.

## Learning Objectives
- Build the image using Dockerfile.
- Push the image to the Docker Hub.
- Build and push the image having breaking changes.
- Pull and validate the image from the Docker Hub.

## What You Will Learn?
- Tags in Docker.
- Docker Hub.
- Handling image changes with tags.
- Push and pull the Docker image to Docker Hub through CLI commands.
- Build a project with Dockerfile to create a Docker image.

## Prerequisites
- Basic knowledge of Tags in Docker.
- Familiarity with Docker Hub.
- Docker Hub account (free) to push and pull Docker images.
- Basic understanding of HTTP operations.

## Learn More & Enroll
https://www.udemy.com/labs/manage-docker-image-versions-using-tags-in-docker-hub/