docker:rhel74
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| docker:rhel74 [2017/12/30 12:51] – created veera | docker:rhel74 [2017/12/30 13:01] (current) – veera | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| ===== Install Docker CE on RHEL7.4 ===== | ===== Install Docker CE on RHEL7.4 ===== | ||
| - | Docker CE is not officially supported on RHEL 7.4 however you can install an earlier version quite easily from the packages released by Docker. | + | Docker CE is not officially supported on RHEL 7.4 however you can install an earlier version quite easily from the packages released by Docker. |
| - | '' | + | <code bash> |
| yum install libtool-ltdl | yum install libtool-ltdl | ||
| + | |||
| rpm -ivh https:// | rpm -ivh https:// | ||
| + | |||
| rpm -ivh https:// | rpm -ivh https:// | ||
| - | '' | + | |
| + | </ | ||
| + | |||
| + | |||
| + | |||
| + | ===== Start the Docker service ===== | ||
| + | |||
| + | After installing Docker CE you need to start the service. | ||
| + | |||
| + | <code bash> | ||
| + | |||
| + | systemctl start docker | ||
| + | |||
| + | </ | ||
| + | |||
| + | |||
| + | ===== Run TrisulNSM on eth0 ===== | ||
| + | |||
| + | The following command starts the TrisulNSM Docker image with the following properties | ||
| + | |||
| + | - Captures from interface | ||
| + | - Stores persistent data in ''/ | ||
| + | - Names the container '' | ||
| + | |||
| + | |||
| + | <code bash> | ||
| + | |||
| + | sudo docker run --name=trisul1a | ||
| + | | ||
| + | --d trisulnsm/ | ||
| + | --interface | ||
| + | |||
| + | </ | ||
| + | |||
| + | |||
docker/rhel74.1514618497.txt.gz · Last modified: 2017/12/30 12:51 by veera