Docker images and containers issue including Docker Desktop

Continuing the discussion from Docker Jupyter official image:

**
Hi Martin

Thanks for your help I have few more questions

  1. When I login to docker hub I could not find jupyter/jupyter or jupyter in docker hub why it is so ?

  2. Yesterday I pulled python image and created container But can not see that

    PS C:\docker> docker create python from python
    f87777946e261d6d801d1865a1f50796f627fa44bf7c50784809ff6e085a0971
    PS C:\docker> dir
    PS C:\docker> docker container ls
    CONTAINER ID   IMAGE     COMMAND   CREATED   STATUS    PORTS     NAMES
    PS C:\docker>
    

    Nor python image can see from docker desktop ?

Will you pl guide me ?

Thanks

Hi, if you only “create”, it will not start it.

Try running: docker ps -a, and im sure its there, then you need to start it. docker start …

you can shortcut this but running: docker run … then it will create and start it