Docker sandbox
Hello, I have a Python/Django application that runs third-party Python code. For security reasons I run them in a sandbox environment
But when running the
command
I get the message docker: command not found, I've tried with docker-compose and it gives the same error.
The above code is running inside the web container.
my Railway.yml:
Any suggestions please?3 Replies
Project ID:
3ba430a8-05c7-4204-a9f8-68e3384f9370
3ba430a8-05c7-4204-a9f8-68e3384f9370
my Dockerfile.web:
1. railway's config file does not support yaml
2. if it did, thats not the correct syntax
3. you wouldn't be able to run docker-in-docker, the images are not started with the correct permissions to allow for that
tl;dr what youre doing and how you are doing it would not be possible on railway, sorry