Skip to content

nkia-christoph/pop-launcher-plugin-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

1 Commit
ย 
ย 

Repository files navigation

Docker

Pop Launcher Plugin written in Rust

Manage your docker or compose containers from the Pop!_OS Launcher!

Roadmap ๐Ÿš€

until v0.1.0 release ๐Ÿ—ป*

  • ๐Ÿ—ป base functionality on cmd line docker command
  • ๐Ÿณ docker
    • list containers (ps)
    • stop (1/all)
    • restart (1/all)
  • ๐ŸŒ compose
    • list containers (ps)
    • start container (1/all)
    • stop (1/all)
    • restart (1/all)

until v1.0.0 release ๐ŸŽฏ

  • ๐Ÿ“„ show logs
    • last 10 lines (default)
    • since n minutes (in terminal)
    • add -f flag (launcher or terminal)
  • โœ‚๏ธ copy to clipboard
    • container name
    • container id
  • ๐Ÿ“จ 1-off command through launcher (exec)
  • ๐Ÿ”— attach shell in terminal (exec -i)
  • ๐Ÿ—‘๏ธ remove container
  • ๐Ÿ”„ rebuild container
    • without deps
  • ๐Ÿ‘€ hints galore

until v2.0.0 release ๐Ÿ’Ž

  • ๐Ÿ‡ base functionality on docker socket communication
  • ๐Ÿ‘ฅ enable connection to remote docker through ssh

nice to have ๐Ÿ’โ€โ™‚๏ธ

  • ๐Ÿ˜ฎ interactive cp
  • images
  • prune
  • volumes
  • network
  • secret
  • search
  • version
  • stats

Releases

No releases published

Packages

No packages published