Reorganized content, cleanup

This commit is contained in:
Mike Conrad
2025-02-23 17:00:05 -05:00
parent b1ce65902b
commit 2ffb3ccd53
46 changed files with 48 additions and 50 deletions

View File

@ -1,5 +1,5 @@
---
author: mikeconrad
author: Mike Conrad
categories:
- Automation
- Docker
@ -33,13 +33,13 @@ Since the package registry is baked in and enabled by default, I will demonstrat
docker pull alpine:latest
# Re tag the image with our local registry information
docker tag alpine:latest git.hackanooga.com/mikeconrad/alpine:latest
docker tag alpine:latest git.hackanooga.com/Mike Conrad/alpine:latest
# Login using your gitea user account
docker login git.hackanooga.com
# Push the image to our registry
docker push git.hackanooga.com/mikeconrad/alpine:latest
docker push git.hackanooga.com/Mike Conrad/alpine:latest
```
Now log into your Gitea instance, navigate to your user account and look for `packages`. You should see the newly uploaded alpine image.