mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-01 17:03:30 -05:00
282 B
282 B
title
| title |
|---|
| Docker push |
Docker push
docker push send local image to a remote registry.
The basic usage is:
docker push [registry:port/]image_name[:tag]