Back

Whenever you want to add a docker exec command to the crontab don't forget to remove the `-i` from your arguments. Finding that issue took me longer than I like to admit. So in other words use:

docker exec -t DOCKER_INSTANCE COMMAND
instead of
docker exec -it DOCKER_INSTANCE COMMAND

144

  • No matching results...
  • Searching...

/ 1000