mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 21:10:25 +01:00
Should I need run docker command in X11 environment? #125
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 @smoothdvd on GitHub (Mar 12, 2021).
OS related issued, please help us identify the issue by posting the output of this
When I run docker command in remote ssh, I get following message:
@Otus9051 commented on GitHub (Mar 12, 2021):
You may try doing it from X11
@Otus9051 commented on GitHub (Mar 12, 2021):
Also try doing with sudo or as root
@sickcodes commented on GitHub (Mar 12, 2021):
Big Sur isn't headless, and dockerhub won't take the Big Sur auto image because it's 40GB 😂
Use :auto but it's Catalina
Run Big Sur with X then switch over to naked (headless) once you're happy with your image
@smoothdvd commented on GitHub (Mar 12, 2021):
@sickcodes OK.