create linux service with systemd inside docker container – Debian
Created flask application and deploying on gunicorn server on docker. I want to write shell script to create linux service inside docker container, so I can start, stop and restart my flask app inside container. Dockerfile: FROM python COPY ./app…