give me concern answer
Hi @Sai Kiran Teja,
By committing the file itself and push to Bitbucket.
For example:
docker save -o image.tar image:latest
then you can load the image later using
docker load -i image.tar
It would be best to use Docker hub or another type of registry.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.