acirulis · GitHub

Hello,

I have a Symfony app which runs inside Docker containers on remote VPS with docker-compose script. I am currently going through Symfony recipe, and it seems that everything can be re-rewritten to support containers. For example, set('bin/php', 'docker exec container_name php'); , etc. Other approach would be to forward SSH port and let deployer do its work directly inside container(s).

Are there future plans for official container support? If not, which approach you would recommend following? I am also wondering if it would be possible to setup truly empty VPS, without docker containers already running.

Thanks!

Read the original on github.com ↗