にドッカマシンを見つけることができませんでしたRPMはdocker-latest
です。彼らはdocker
の異なるバージョンを提供します。チュートリアルは、私がドッキングウィンドウに新しいですし、公式のチュートリアルを追っているRedHatの7.3
[[email protected] /]# docker -v
Docker version 1.12.6, build 3a094bd/1.12.6
[[email protected] /]# docker-latest -v
Docker version 1.13.1, build 6774275/1.13.1
[[email protected] /]# docker-machine ip
-bash: docker-machine: command not found
[[email protected] /]# which docker-machine
/usr/bin/which: no docker-machine in (/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin:/opt/gradle/bin)
RHELでdocker-machine
を見つけるために、任意の提案で示唆されているようにそれらのどれも、コマンドdocker-machine
が含まれていませんか?
RHELにDockerをインストールして使用する方法についての公式のRed Hatドキュメントについては、[RHEL 7でのDockerの取得](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux_atomic_host/7/single/getting_started_with_containers/)を参照してください。 index#getting_docker_in_rhel_7)。 –