1

I am trying to run a python script in a running docker container in detached mode like so:

docker exec -d pylot python3 pylot.py

I have tried this, but this fails silently. How can I run this python script with docker exec?

2
  • 2
    Try run the command without -d first. You try to get into a running docker container with detached mode? Commented Apr 26, 2022 at 11:31
  • 2
    Can you provide more information about the container you are using? Commented Apr 26, 2022 at 11:33

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.