docker
Docker integration for Atom
alanzanattadev 110,854 67 0.8.0 MIT GitHub

docker package

Docker integration for Atom

Compose

Compose Panel Screenshot

Be productive while working on dockerized project with the Compose Panel for Atom

Usage : select docker:select-compose-file in command palette with compose file opened

Features:

  • Selection of compose file to work with docker:select-compose-file
  • Selection of more compose files (ex : docker-compose -f ./data.yml -f ./web.yml) with docker:add-compose-file
  • Compose commands UI for up, push, build, restart, stop, rm on all or specific service
  • Colored Logs Panel with
    • auto attachment
    • detach / reattach buttons
    • real time output following
    • unfollow logs when scrolled up and follow when max scrolled down
  • Service list with color depending on state
  • On the fly Log Filters with service selection and compose specific logs
  • Tag and push compose services (requires image and build attributs on service definition)

TO-DO: