File tree Expand file tree Collapse file tree
engine/installation/linux Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ Repository set-up instructions are different for [Docker CE](#docker-ce) and
122122 [prerequisites](# prerequisites).
123123
124124 ` ` ` bash
125- $ sudo sh -c ' echo "<DOCKER-EE-URL>" > /etc/yum/vars/dockersuburl '
125+ $ sudo sh -c ' echo "<DOCKER-EE-URL>" > /etc/yum/vars/dockerurl '
126126 ` ` `
127127
1281283. Install ` yum-utils` , which provides the ` yum-config-manager` utility:
Original file line number Diff line number Diff line change @@ -79,12 +79,12 @@ the repository.
7979
80801 . Remove any existing Docker repositories from ` /etc/yum.repos.d/ ` .
8181
82- 2 . Store your EE repository URL in ` /etc/yum/vars/dockersuburl ` . Replace
82+ 2 . Store your EE repository URL in ` /etc/yum/vars/dockerurl ` . Replace
8383 ` <DOCKER-EE-URL> ` with the URL you noted down in the
8484 [ prerequisites] ( #prerequisites ) .
8585
8686 ``` bash
87- $ sudo sh -c ' echo "<DOCKER-EE-URL>" > /etc/yum/vars/dockersuburl '
87+ $ sudo sh -c ' echo "<DOCKER-EE-URL>" > /etc/yum/vars/dockerurl '
8888 ```
8989
90903. Install ` yum-utils` , which provides the ` yum-config-manager` utility:
Original file line number Diff line number Diff line change @@ -79,12 +79,12 @@ the repository.
7979
80802 . Store two ` yum ` variables in ` /etc/yum/vars/ ` .
8181
82- - Store your EE repository URL in ` /etc/yum/vars/dockersuburl ` . Replace
82+ - Store your EE repository URL in ` /etc/yum/vars/dockerurl ` . Replace
8383 ` <DOCKER-EE-URL> ` with the URL you noted down in the
8484 [ prerequisites] ( #prerequisites ) .
8585
8686 ``` bash
87- $ sudo sh -c ' echo "<DOCKER-EE-URL>" > /etc/yum/vars/dockersuburl '
87+ $ sudo sh -c ' echo "<DOCKER-EE-URL>" > /etc/yum/vars/dockerurl '
8888 ```
8989
9090 - Store your RHEL version string in ` /etc/yum/vars/dockerosversion` .
You can’t perform that action at this time.
0 commit comments