Skip to content
This repository was archived by the owner on Oct 26, 2019. It is now read-only.
This repository was archived by the owner on Oct 26, 2019. It is now read-only.

ContainerSummeryItem does not have Mount Target #347

@Coding-Kiwi

Description

@Coding-Kiwi

the target property in a ContainerSummeryItem->Mounts->Mount is always null

Mount {#769 ▼
      #target: null
      #source: "/var/www/html"

if I run docker inspect in commandline it shows the correct information

{
   "Type": "bind",
   "Source": "/var/www/html",
   "Target": "/var/www/html"
},

I'm using docker api version 1.39, this might be the issue. is there any way to force the php client to adress the /v1.36 endpoint?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions