jesseduffield/lazydocker

Allow tagging, pushing, and pulling images

開放

#396 建立於 2022年10月25日

 (20 則留言) (0 個反應) (0 位負責人)Go (1,679 個分叉)batch import
enhancementhacktoberfest

倉庫指標

星標
 (52,530 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

Is your feature request related to a problem? Please describe. It would be good if we could tag, push, and pull images from the images panel.

Describe the solution you'd like

  • In the images panel when you press 't' it should bring up an input prompt for you to enter a tag and then upon pressing enter it should tag the selected image with that tag.
  • When you press 'p' it should bring up a prompt to enter an and tag in the form "image:tag" to pull
  • When you press 'P' it should push the current image, with a confirmation asking if you're sure you want to

Describe alternatives you've considered The pull feature would benefit from actually trying to search dockerhub, but we can leave that for another PR.

Additional context the 'p', 'P' thing will be familiar for people who use lazygit

貢獻者指南