So this is a wrapper around a wrapper around a wrapper around linux containers? Is there any level at which this ever becomes user friendly?
Docker Compose Wrapper
11–20 of 25 posts
Re: Docker Compose Wrapper
#12This might be more helpful - https://github.com/grammarly/rocker-compose
would you recommend it over docker-compose? Because I'm really searching for an alternative and it's in go, that's even better for me
It has held up really well for me.
Re: Docker Compose Wrapper
#13Re: Docker Compose Wrapper
#14This might be more helpful - https://github.com/grammarly/rocker-compose
would you recommend it over docker-compose? Because I'm really searching for an alternative and it's in go, that's even better for me
Re: Docker Compose Wrapper
#15This might be more helpful - https://github.com/grammarly/rocker-compose
would you recommend it over docker-compose? Because I'm really searching for an alternative and it's in go, that's even better for me
Re: Docker Compose Wrapper
#16What docker compose needs is a scheduler
Re: Docker Compose Wrapper
#17As far as I know the code is uploaded into the container and only gets replaced when the image is re-created. At which point there are issues with private git dependencies because it can't access the SSH_AUTH_SOCK.
Re: Docker Compose Wrapper
#18Re: Docker Compose Wrapper
#19Does any of these solutions give me back live-reload when developing web apps on OSX ? As far as I know the code is uploaded into the container and only gets replaced when the image is re-created. At which point there are issues with private git dependencies because it can't access the SSH_AUTH_SOCK.
Re: Docker Compose Wrapper
#20Does any of these solutions give me back live-reload when developing web apps on OSX ? As far as I know the code is uploaded into the container and only gets replaced when the image is re-created. At which point there are issues with private git dependencies because it can't access the SSH_AUTH_SOCK.
You could host a volume into your container containing the code base. Then use any standard live reloading library to make it work.