Skip to content

Docker tries to mount root directories #667

Open
@frafra

Description

@frafra

Some containers try mounting paths such as /var/log or /opt/local. This assumes that the Docker daemon is running as root, which is not always the case.

My suggestion is to drop /var/log/headstart entirely, since logs should be written to stderr/stdout in containers and then gathered by Docker, while /opt/local/renv/cache does not seem to be needed after the container has been built.

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