Creating Docker images

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements

Creating Docker images

L0 Member

I would like to create a Docker image to make a Python Library, which is not pre-installed, available on XSOAR. Therefore, I executed the following command: 
/docker_image_create name=jpholiday base="demisto/python3-deb:3.8.2.6981" dependencies=jpholiday,datetime

 

However, I encountered an error and was not successful.

error creating the docker image: ERROR: mkdir /home/demisto: permission denied
 (2650)

If there is a way to add authentication information to the command, I would appreciate your guidance.

1 REPLY 1

L3 Networker

Hi @MEiunyo1 – Please try SSHing in to your XSOAR server and running the following commands:

 

sudo mkdir -p /home/demisto

sudo chown demisto:demisto /home/demisto

  • 111 Views
  • 1 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

Click Accept as Solution to acknowledge that the answer to your question has been provided.

The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!

These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!

The LIVEcommunity thanks you for your participation!