docker hub #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Use docker hub as a storage for gitea-pages image, so it can be later used as another service inside Gitea .yaml
1.1. Build image
1.2. Push image to the docker hub
2.1. Pull image from the docker hub
2.2. Build entire Gitea application (Gitea, Gitea-pages, DB)
$ cat Dockerfile
$ docker login -u djmil # docker login into the dockerhub
$ docker build -t djmil/test:v0.0.1 .
$ docker push djmil/test:v0.0.1
The push refers to repository [docker.io/djmil/test]
https://hub.docker.com/repository/docker/djmil/test/general