Created
April 3, 2020 16:36
-
-
Save keopx/58eef9fb38031be0b05c0d8b783a029d to your computer and use it in GitHub Desktop.
Create docker hub images using docker push
This file contains 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 tag 105_mariadb docker.io/keopx/mariadb:10.5 | |
docker push keopx/mariadb:10.5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment