compose.yml decoding failed "too many colons" with dynamic volumes #900
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
while working on monitoring-ng i get parsing errors from abra that i understand should work? my guess is that the parser doesn't solve the env var first and just counts the amount of colons on the raw string.
this works:
this doesn't because of the read only suffix:
and this produces and "invalid spec: :/run/containerd/containerd.sock:ro: empty section between colons" extra error, which makes me think the env var is replaced for an empty string at some point after the "too many colons" validation, though it was set on the
.envfile.the expected result is that i can provide a configurable location for a socket that's read only on the container :B