标签: process

1 篇文章

thumbnail
Starting container process caused “exec: \\”tail -f /dev/null\\”: stat tail -f /dev/null: no such file or directory
from--https://stackoverflow.com/questions/51398251/starting-container-process-caused-exec-tail-f-dev-null-stat-tail-f   Ask Question Asked 5 years, 1 month ago Modified 1 year, 6 months ago Viewed 2k times 2 Because I am trying to keep a container running I specified the "tail -f /dev/null" as command in the docker compose file: version: '2' services: serviceName: . .…