File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
9
9
Sockets = " 6462fe0b-24de-5631-8697-dd941f90decc"
10
10
11
11
[compat ]
12
- JSON = " 0.21.4"
12
+ JSON = " 0.21.4,1 "
13
13
julia = " 1.9"
14
14
15
15
[extras ]
Original file line number Diff line number Diff line change @@ -104,9 +104,9 @@ function docker_ps(; all::Bool=false)::Vector{String}
104
104
end
105
105
106
106
"""
107
- docker_inspect_container(container_id::String) -> Dict
107
+ docker_inspect_container(container_id::String) -> JSON object
108
108
109
- Runs `docker inspect <container_id>` and returns the parsed JSON as a Dict .
109
+ Runs `docker inspect <container_id>` and returns the parsed JSON.
110
110
"""
111
111
function docker_inspect_container (container_id:: String )
112
112
cmd = Cmd ([" docker" , " inspect" , container_id])
You can’t perform that action at this time.
0 commit comments