User Tools

Site Tools


docker:rhel74

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
docker:rhel74 [2017/12/30 12:53] – [Install Docker CE on RHEL7.4] veeradocker:rhel74 [2017/12/30 13:01] (current) veera
Line 20: Line 20:
 </code> </code>
  
 +
 +
 +===== Start the Docker service =====
 +
 +After installing Docker CE you need to start the service. 
 +
 +<code bash>
 +
 +systemctl start docker
 +
 +</code>
 +
 +
 +===== Run TrisulNSM on eth0  =====
 +
 +The following command starts the TrisulNSM Docker image with the following properties
 +
 +  - Captures from interface ''eth0''
 +  - Stores persistent data in ''/opt/trisul6_root''
 +  - Names the container ''trisul1a'' for ease of use
 +
 +
 +<code bash>
 +
 +sudo docker run --name=trisul1a 
 +   --net=host -v /opt/trisul6_root:/trisulroot \
 +      --d trisulnsm/trisul6 \
 +          --interface  eth0
 +
 +</code>
  
  
  
-d 
        
  
  
  
docker/rhel74.1514618630.txt.gz · Last modified: 2017/12/30 12:53 by veera