To populate the local private Docker registry with the SQL Server, the Docker administrator runs the following Docker push command:
$ docker push localhost:5000/sqlserver2019
Note: If you customize the SQL Server container image, save both the base image and any customization to the local private registry with appropriate annotations, if required, for your business use case.