mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-12 05:20:27 +01:00
Unable to delete built in user #181
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?
Originally created by @aaronnewsome on GitHub (Apr 30, 2021).
Amazing project here. Thanks for all the hard work. I started a docker container using
sickcodes/docker-osx:auto
That all worked fine. I was able to create a new user account, networking works, etc. I was even able to commit those changes to a new image with docker commit. However, after creating my own user account in mac os, I no longer need the "user" account.
Logging in as myself and attempting to delete the account "user", just crashes the container immediately. There's no error message or other indications of why the crash occurred.
Any ideas what causes this or how to delete the user account?
@sickcodes commented on GitHub (May 2, 2021):
boot it using
:nakedor create another one viadocker-osx:latestif you want Catalina, ordocker-osx:big-surif you want Big Sur.I didn't expect anyone to create another account on auto so I would have to add a command, for booting into an alternate user.
In any case, just follow the README to pull the image out and boot with another user: https://github.com/sickcodes/Docker-OSX#container-creation-examples
Or simply leave that user there.
@sickcodes commented on GitHub (May 28, 2021):
@sickcodes commented on GitHub (Aug 2, 2021):
Lots of optimizations added here: https://github.com/sickcodes/osx-optimizer