Docker login 시 X11 오류 발생
Error saving credentials: error storing credentials - err: exit status 1, out: `Cannot autolaunch D-Bus without X11 $DISPLAY`
Ubuntu Server 운영체제에서 발생하는 패키지 관련 버그이다. 다음 패키지를 설치하면 해결된다.
apt install -y gnupg2 pass
https://github.com/docker/compose/issues/6023#issuecomment-419792269