Hi
I am new to docker, i am having a question
error message:-
[root@Fedora27 ~]# docker run --rm -i -t fedora man ssh
/usr/bin/docker-current: Error response from daemon: oci runtime error: container_linux.go:247: starting container process caused “exec: “man”: executable file not found in $PATH”.
…
[root@Fedora27 ~]# docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
docker.io/ubuntu latest c9d990395902 12 days ago 113 MB
docker.io/centos latest e934aafc2206 2 weeks ago 199 MB
localhost:5000/gar/centos latest e934aafc2206 2 weeks ago 199 MB
docker.io/fedora latest 9110ae7f579f 6 weeks ago 235 MB
localhost:5000/gar/myfedora latest 9110ae7f579f 6 weeks ago 235 MB
I am not sure what i am missing here…
why i am not able to execute the man ssh command ?