Install Docker Package issue after installing docker


what is this issue please give any suggestion

It looks like /usr/local/bin is not in the PATH environment variable. Copy the docker-compose binary to somewhere which is in the search path.

Have you installed docker-ce? Check that with docker --version? Have you started the Docker service?