mrjackwills / oxker

A simple tui to view & control docker containers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] unwrap err on rebuild

mrjackwills opened this issue · comments

Describe the bug
If oxker is running, and one rebuilds containers, oxker will error out with a unwrap error, related to app_data mod.rs 308:39

To Reproduce
Steps to reproduce the behavior:

  1. Run oxker in one terminal window
  2. Rebuild running containers in another window, with docker compose pull && docker compose up -d
  3. See error :(

Expected behavior
Oxker should be able to handle rebuilt containers, should be removed from memory, and then re-added once rebuild is complete