Skip to content

Docs should warn about modifying the HOST, and against pitfall of destroying host data; destroy script not documented #50

@andychu

Description

@andychu

I downloaded and ran this script, and lost some data on my machine because of it

I believe only these steps are required to reproduce

alpine-user-chroot     # I did not realize this mounts /dev on the HOST, and the CURRENT dir

rm -rf /alpine  # I wanted to undo what it just created, but it destroys data on the host

Also, in reading the shell script, I see there is an /alpine/destroy script created

But it is not mentioned in the README or the help text


I will send a PR to address the docs, but I also think that the behavior should be changed

Issue #43 is not the same thing, but the 2 suggestions at the end seem like good ideas

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