Cleaned up some more wordpress issues
This commit is contained in:
@ -28,7 +28,7 @@ There are a number of reasons why you would want to self host a registry. For ex
|
||||
|
||||
Since the package registry is baked in and enabled by default, I will demonstrate how easy it is to push a docker image. We will pull the default `alpine` image, re-tag it and push it to our internal registry:
|
||||
|
||||
```
|
||||
```shell
|
||||
# Pull the official Alpine image
|
||||
docker pull alpine:latest
|
||||
|
||||
@ -40,12 +40,10 @@ docker login git.hackanooga.com
|
||||
|
||||
# Push the image to our registry
|
||||
docker push git.hackanooga.com/mikeconrad/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.
|
||||
|
||||
<figure class="wp-block-image size-large"></figure>You can see that the package type is container. Clicking on it will give you more information:
|
||||
You can see that the package type is container. Clicking on it will give you more information:
|
||||
|
||||
<figure class="wp-block-image size-large"></figure>
|
||||

|
Reference in New Issue
Block a user