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
- Host: GitHub
- URL: https://github.com/codewithpraveen/labs-docker-tags
- Owner: CodeWithPraveen
- Created: 2022-11-27T06:30:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-08T22:44:36.000Z (over 3 years ago)
- Last Synced: 2025-03-24T03:44:29.043Z (about 1 year ago)
- Topics: docker-image, docker-tag, dockerfile, dockerhub, dotnet-core, dotnet-webapi
- Language: C#
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/