Technology Sharing

Docker Push Docker Hub

2024-07-12

한어Русский языкEnglishFrançaisIndonesianSanskrit日本語DeutschPortuguêsΕλληνικάespañolItalianoSuomalainenLatina

First, you can refer toDocker | Push your own docker image to docker hub [Graphic details]_How to upload your own docker image to dockerhub - CSDN blog

Please note the following graphic on tagging your own image and pushing it to docker hub

1. Before labeling docker tag paddleocr_fast_api:1.0 hmgx/wlx:3.0

2. After labeling

3. Start pushing

docker push hmgx/wlx:3.0

 

4. Once the push is complete, you can view it on the docker hub.