Updating Zato environments

  • A new Docker image with Zato is published daily, once in 24 hours.
  • The image is always stable, always up to date, and always contains the latest features and additions.
  • To update your Zato environment, create a new container using the latest image. That is, use the same docker run command that you used to start your container initially, for instance:
sudo docker run --pull=always -it --rm -p 22022:22 -p 8183:8183 -p 11223:11223 -p 17010:17010 \
--name zato-3.3-quickstart -e Zato_Log_Env_Details=True \
ghcr.io/zatosource/zato-3.3-quickstart