Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How Can we push docker images to Bitbucket?

Sai Kiran Teja
Contributor
March 21, 2018

give me concern answer

1 answer

0 votes
Edwin Kyalangalilwa
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 5, 2018

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.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events