This commit is contained in:
parent
fb59f0f19d
commit
827ba083a7
1 changed files with 1 additions and 1 deletions
|
|
@ -113,9 +113,9 @@ public:
|
||||||
private:
|
private:
|
||||||
static void runCommand(const std::string& cmd);
|
static void runCommand(const std::string& cmd);
|
||||||
std::vector<std::pair<std::string, std::string>> getContainerList() const;
|
std::vector<std::pair<std::string, std::string>> getContainerList() const;
|
||||||
|
std::string selectContainer(const std::string& prompt);
|
||||||
/* NEW helper – retrieves all images */
|
/* NEW helper – retrieves all images */
|
||||||
std::vector<std::pair<std::string, std::string>> getImageList() const;
|
std::vector<std::pair<std::string, std::string>> getImageList() const;
|
||||||
std::string selectContainer(const std::string& prompt);
|
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue