I was quite suprised when I blinked into the logs,...
# prefect-docker
i
I was quite suprised when I blinked into the logs, that the containers do not contain anything related to ssh. no ssh-agent, host, client. nothing. Is it possible to automate the instalation of those as a part of the compose. I believe I saw something like an array of py modules to be installed, ... but not sure about apt packts. I think I might have seen something about adding a startup command to the compose in a string. Having an ssh client/agent would be quite usefull, tobe able to remote-login into other machine and automate things.
just adding a command node and calling a bash script is app that is needed
Copy code
command: ["bash /opt/prefect/scripts/startup/startup.bash"]
    ports:
      - "4200:4200"
and add the prefect server start --host 0.0.0.0 at the end of the script