Created
April 20, 2024 18:07
-
-
Save stefanpejcic/8bdcaa6a4ceb546e853eb864a7ca90c3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker login --username=openpanel | |
# NGINX | |
# | |
# https://hub.docker.com/r/openpanel/nginx/tags | |
# | |
cd /usr/local/panel/DOCKER/nginx/ | |
docker build -t openpanel/nginx:VERZIJAAAA . | |
docker tag openpanel/nginx:VERZIJAAAA openpanel/nginx:latest | |
docker push openpanel/nginx:VERZIJAAAA | |
docker push openpanel/nginx:latest | |
# APACHE | |
# | |
# https://hub.docker.com/r/openpanel/apache/tags | |
# | |
cd /usr/local/panel/DOCKER/apache/ | |
docker build -t openpanel/apache:VERZIJAAAA . | |
docker tag openpanel/apache:VERZIJAAAA openpanel/apache:latest | |
docker push openpanel/apache:VERZIJAAAA | |
docker push openpanel/apache:latest | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment