...
Code Block |
---|
sudo docker start rpe sudo docker stop rpe sudo docker restart rpe sudo docker rm rpe |
Custom Image
Download the custom RPE package. This package contains Dockerfile and others. You can modify the Dockerfile and add required libraries in requirements.txt. Then, run the following command to build the Docker image.
...
Code Block |
---|
sudo docker run --memory-swap="-1" --restart=always -dti -p 5301:5301 -e "REMOTE_PYTHON_EXECUTOR_TOKEN=" -v /opt/remote_python_executor_log/:/opt/remote_python_executor_log/ --name=rpe snaplogic_custom_rpe |
...
Attachments | ||||||
---|---|---|---|---|---|---|
|
Related content
Docker installation: