Shopify / ghostferry

The swiss army knife of live data migrations
https://shopify.github.io/ghostferry
MIT License
693 stars 65 forks source link

Change Docker to Podman when using dev (only for internal use) #339

Closed EtienneBerubeShopify closed 1 year ago

EtienneBerubeShopify commented 1 year ago

dev.yml was still using Docker and docker-compose. Changed it so that it uses podman and podman-compose instead.

I did run the go test and they all passed. I don't think this would change anything with the behaviour of the code itself, so it should be safe enough.

EtienneBerubeShopify commented 1 year ago

I think we should also update the README Development Setup instructions.

External contributors can still use Docker, for our case dev up is the canonical way to go. Any other suggestions you would like to add?