I am new to docker, trying to run a pulled docker image.
docker images
gives this:
REPOSITORY TAG IMAGE ID CREATED SIZE
openmined/grid-network development f760520b2550 8 days ago 785MB
openmined/grid-node development 89a4d0202703 8 days ago 3.48GB
I ran the pulled images following this link, by using command: docker run -i -t f760520b2550
but found this error:
Error: '' is not a valid port number.
I tried playing with the flags like docker run -i -t f760520b2550 -p 8080:8080
, but didn't help.
I have only installed docker recently and have done no changes in configurations. Can someone help me with this error?