You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running build_ubuntu.sh on my Ubuntu 18.04 AWS EC2 t2.micro got following error:
write /var/lib/docker/tmp/GetImageBlob661979273: no space left on device
Pulling shop-ca (shop-ca:latest)... ERROR: pull access denied for shop-ca, repository does not exist or may require 'docker login'
Prior to running build_ubuntu.sh, I ran docker login that Login Succeeded. I am also able to install packages via npm without sudo. Running "sudo ./build_ubuntu.sh" got same error.
The text was updated successfully, but these errors were encountered:
Running build_ubuntu.sh on my Ubuntu 18.04 AWS EC2 t2.micro got following error:
write /var/lib/docker/tmp/GetImageBlob661979273: no space left on device
Pulling shop-ca (shop-ca:latest)... ERROR: pull access denied for shop-ca, repository does not exist or may require 'docker login'
Prior to running build_ubuntu.sh, I ran docker login that Login Succeeded. I am also able to install packages via npm without sudo. Running "sudo ./build_ubuntu.sh" got same error.
The text was updated successfully, but these errors were encountered: