Skip to content

Latest commit

 

History

History
26 lines (26 loc) · 1.52 KB

FIXME-ROADMAP-TODO.md

File metadata and controls

26 lines (26 loc) · 1.52 KB
  • stopall, startall, etc will try to stop/start containers even when already stopped or start
  • dtools pull prepends a / before the args (??)
  • more work on repo add to prompt for values
  • better error handling (connection refused on pull)
  • Multiple prints of errors with pull (<-- needs re-investigation, unsure it is a valid use)
  • "prettify" repo ls <<-- it's good enough for now.
  • complete the so-far sparse system info subcommand
  • push is not pushing anything
  • push reports success pushing an image that does not even exist ( !! )
  • minimal Docker API version is currently hardcoded in main()
  • Refactor all functions in the repo package, so they use type receivers
  • dtools run
  • dtools network add
  • "intelligent" docker system prune
  • META: prettify MAPPINGS.md
  • dtools exec : issues with stdin sent to stdout, CTRL+D not exiting shells
  • corner case where dtools rmi removes an image when a container is running ? <-- needs investigation
  • dtools volume subcommands
  • dtools volume driverlist is not working <<-- slated for v1.00.00+
  • dtools log not functionning anymore ??
  • dtools get {catalog | tags} -d only supports https protocol, not http
  • ensure that all calls properly handle errors
  • tagging an image with an already-existing tag throws a panic
  • io timeouts are not well handled in the pull subcommand (see nexus-io-timeout.png)
  • extracommands still use the old error handling