Skip to content

Releases: ides15/tupperware

v3 Release

13 Dec 05:09
Compare
Choose a tag to compare

This is the third release of tupperware, a Docker container management UI.

Requirements for this release:

  1. Unix system (Linux or Mac)
  2. Docker installed and running (this assumes you are able to manager Docker as a non-root user, see https://docs.docker.com/install/linux/linux-postinstall/)

Usage for this release:

  1. docker run -d -p 8888:8888 -v /var/run/docker.sock:/var/run/docker.sock ides15/tupperware:latest
  2. go to localhost:8888 in a browser

Updates from v2:

  1. Included ides15/tupperware containers and images, but disabled viewing logs and interactions
  2. Improved responsive design, especially on larger screens
  3. Added button to change theme (helpful for viewing on touchscreen)
  4. Updated version of event-stream due to vulnerability

Roadmap

  • have the ability to only view ides15/tupperware images / containers
  • create container feature
  • better error messages
  • adding content for the Info, Images, Networks, and Volumes pages
  • docker-compose support
  • better "responsiveness"
  • attaching to containers via websockets
  • image creation and push to registry

v2 Release

23 Oct 01:17
Compare
Choose a tag to compare

This is the second release of tupperware, a Docker container management UI.

Requirements for this release:

  1. Unix system (Linux or Mac)
  2. Docker installed and running (this assumes you are able to manager Docker as a non-root user, see https://docs.docker.com/install/linux/linux-postinstall/)

Usage for this release:

  1. docker run -d -p 8888:8888 -v /var/run/docker.sock:/var/run/docker.sock ides15/tupperware:v2
  2. go to localhost:8888 in a browser

Updates from v1:

  1. Added logs to individual container component, updates with shift + u hotkey
  2. Dark theme (shift + d hotkey)
  3. Disabled the ability to modify containers / images with the image name of ides15/tupperware*
  4. "Click-to-copy" image and container IDs
  5. Limited Windows support

Roadmap

  • have the ability to only view ides15/tupperware images / containers
  • create container feature
  • better error messages
  • adding content for the Info, Images, Networks, and Volumes pages
  • docker-compose support
  • better "responsiveness"
  • attaching to containers via websockets
  • image creation and push to registry

Initial Release

14 Oct 22:03
Compare
Choose a tag to compare

This is the initial release of tupperware, a Docker container management UI.

Requirements for this release:

  1. Unix system (Linux or Mac)
  2. Docker installed and running (this assumes you are able to manager Docker as a non-root user, see https://docs.docker.com/install/linux/linux-postinstall/)

Usage for this release:

  1. docker run -d -p 8888:8888 -v /var/run/docker.sock:/var/run/docker.sock ides15/tupperware:v1
  2. go to localhost:8888 in a browser

Roadmap

  • support for Windows
  • create container feature
  • "click-to-copy" IDs
  • dark theme
  • disable modifying ides15/tupperware:v1 container(s)
  • better error messages
  • adding content for the Info, Images, Networks, and Volumes pages
  • docker-compose support
  • better "responsiveness"
  • attaching to containers via websockets
  • ability to see real-time logs from containers
  • image creation and push to registry
  • open application in user's browser on start (out of scope / not necessary)