Skip to content

Commit d84dd07

Browse files
author
yuanxiongxiong
committed
update readme.md
1 parent bc1ad2b commit d84dd07

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
1-
# docekr-retag
1+
# docekr_retag
22
docekr retag image without by pull and push
3+
# Usage
4+
```python
5+
from docker_retag import Registry
6+
registyr_ins = Registry("username", "password", "registry_url", "new_tag", "old_tag")
7+
8+
registyr_ins.add_new_tag_by_registry()
9+
```

0 commit comments

Comments
 (0)