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
I'm not sure if this is the right repo to report this, but I was surprised when I ran the socketdev/cli container from Docker Hub and got a Python prompt:
~ % docker run --rm -it socketdev/cli
Unable to find image 'socketdev/cli:latest' locally
latest: Pulling from socketdev/cli
c5a4543f1ca2: Download complete
6d93ed64a567: Download complete
00bf490d8a42: Download complete
169b11b45c54: Download complete
ae1381227ad3: Download complete
Digest: sha256:8c058d3b200f1f15e571668be882dd896a27647145522e587bf1c8bfd412a24a
Status: Downloaded newer image for socketdev/cli:latest
Python 3.13.0 (main, Oct 19 2024, 02:39:03) [GCC 13.2.1 20240309] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>
I expected something more along the lines of this:
I'm not sure if this is the right repo to report this, but I was surprised when I ran the socketdev/cli container from Docker Hub and got a Python prompt:
I expected something more along the lines of this:
Is the Docker Hub container for socketdev/cli not expedcted to be used to run
socketcli
from the command line?The text was updated successfully, but these errors were encountered: