Home
EN
Location
Documentation Home
Palo Alto Networks
Support
Live Community
Knowledge Base
MENU
Home
Cortex
Cortex XSOAR
Cortex XSOAR Administrator’s Guide
Docker
Docker Installation
Document:
Cortex XSOAR Administrator’s Guide
Docker Installation
Download PDF
Last Updated:
Apr 19, 2021
Current Version:
6.0
Version 6.1
Version 6.0
Version 5.5
Previous
Next
Docker Installation
Install Docker on Enterprise Linux platforms and troubleshoot installation.
Docker is used to run Python scripts and integrations in a controlled environment.
You can install Docker on the following Enterprise Linux platforms:
Docker Enterprise Edition
Docker Community Edition
Red Hat Docker Distribution
Troubleshooting
In some cases, the Docker created veths are not correctly bridged and the Docker container can’t access the network or internet. You should update
systemd
.
To verify that the Cortex XSOAR OS user has necessary permissions and can run Docker containers, run the following command from the OS command line.
sudo -u demisto docker run --rm -it demisto/python:1.3-alpine python --version
If everything is configured properly you will receive the following output.
Python 2.7.14
.
Previous
Next
Recommended For You
Recommended Videos
Recommended videos not found.