Reorganized content, cleanup
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user