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
it fails when running docker run --rm -it --env=DIGITALOCEAN_ACCESS_TOKEN=??? digitalocean/doctl serverless install. Error is: stat /root/.config/doctl: no such file or directory
unable to access container's shell to check for the correct path and fix it with the install option -c
Environment:
doctl version:
REPOSITORY TAG IMAGE ID CREATED SIZE
digitalocean/doctl latest 02672a76bc47 2 hours ago 50MB
doctl version 1.121.0-release
Git commit hash: a24ecf6c
OS: linux debian
Installation method: docker
The text was updated successfully, but these errors were encountered:
I am trying to use the docker version of doctl and:
doctl serverless install
should not require authentication #1559)docker run --rm -it --env=DIGITALOCEAN_ACCESS_TOKEN=??? digitalocean/doctl serverless install
. Error is:stat /root/.config/doctl: no such file or directory
-c
Environment:
The text was updated successfully, but these errors were encountered: