Step 9: Save the Docker Image to a Repository
Now that the Docker image has been built and tested, you can save the Docker image to a Docker registry. You must save this to a private registry; TIBCO Licensing does not allow you to save TIBCO MFT Platform Server for UNIX Docker images to a public registry.
- Procedure
- Use the
docker push
command to save the image to a registry. - After the image is saved in a registry, use the
docker
pull command to retrieve the image from the registry and save it to the local machine.
ResultNow, all the
TIBCO MFT Platform Server for UNIX images can be deployed using the new Docker container.