Skip to content

Fix symlink example in the "Handling read-only vs writable locations" documentation #1731

@rioM1

Description

@rioM1

For the "Handling read-only vs writable locations" documentation, there's a mistake in the example ContainerFile snippet for symlink /opt to /var.
Instead of
ln -sr /opt/examplepkg/logs /var/log/examplepkg

It should be the other way around like in the opt-puppet example
ln -sr /var/log/examplepkg /opt/examplepkg/logs

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