Compare commits
9 Commits
v0.1.9
...
ee6b947f29
| Author | SHA1 | Date | |
|---|---|---|---|
| ee6b947f29 | |||
| 18dd1ef528 | |||
| 8fa7866cc2 | |||
| 238ad87119 | |||
| d584e21fd9 | |||
| ac79a2e0b7 | |||
| 1798c1270b | |||
| 97d1019b69 | |||
| e30ceb75d9 |
@@ -56,7 +56,7 @@ pub async fn get_available_container(docker: &Docker) -> Vec<DockerContainer> {
|
|||||||
})
|
})
|
||||||
.unwrap_or_else(|| "unknown".to_string());
|
.unwrap_or_else(|| "unknown".to_string());
|
||||||
|
|
||||||
println!(" - ID: {}, Image: {:?}, Name: {}", short_id, container.image, name);
|
println!(" - ID: {}, Image: {}, Name: {}", short_id, container.image.unwrap(), name);
|
||||||
|
|
||||||
Some(DockerContainer {
|
Some(DockerContainer {
|
||||||
ID: short_id.to_string(),
|
ID: short_id.to_string(),
|
||||||
|
|||||||
Reference in New Issue
Block a user