I am new in Docker

I am using docker in ubuntu. and New in Docker.

I am getting below error. please help me out

Hi :slight_smile:

If you go to: https://hub.docker.com
and try and search for “jellyfish/dating-mvp-fe”, you will find that there is no such image on docker.

Where did you find this image name?

Images of text are hard for blind people to read. Please post text as text.

I am working on new project which based on python django and angular. I am facing issue in the installation of project, i have tried all the steps which is listed on readMe file. All works well but when I am running the
“docker build -t jellyfish/dating-mvp-fe .”
and
“docker run -p 4200:80 jellyfish/dating-mvp-fe”

I am facing the http://i.prntscr.com/exRL2OrDTKCMokMGQR_pSg.png issue

I found this from the build notes which Client has shared and inner commands which is described in the readme file

oh!

please provide the results of command:
docker images

Docker is installed and below is the version of Docker
Docker version 18.06.0-ce, build 0ffa825

When I run the commands to make the image of docker I am getting the below error. Please check it out.

“docker build” requires exactly 1 argument.
See ‘docker build --help’.

Usage: docker build [OPTIONS] PATH | URL | -

Build an image from a Dockerfile
Unable to find image ‘jellyfish/dating-mvp-fe:latest’ locally
docker: Error response from daemon: pull access denied for jellyfish/dating-mvp-fe, repository
does not exist or may require ‘docker login’.
See ‘docker run --help’.

Even I am not able to create the fresh container.