dockerfile-json icon indicating copy to clipboard operation
dockerfile-json copied to clipboard

Flag value not available for flag mount and network

Open pitfallincode opened this issue 3 years ago • 0 comments

Hello,

I found that flags are available, but without the flag values.

for example "RUN --network=host ..." FlagsUsed is set to "network" but flag value "host" is not set.

Same problem with --mount flag.

https://docs.docker.com/engine/reference/builder/#run---mount

Regards

pitfallincode avatar Aug 03 '22 08:08 pitfallincode