You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m working on an Azure DevOps pipeline where the agent is running inside an Azure Container Instance. As far as I know, Docker-in-Docker isn't an option given this setup.
My goal is to:
Set up a PostgreSQL development database during the pipeline execution,
use atlas to manage migrations,
tear down the database afterward.
Since Docker isn’t available, I’m looking for the best solution to achieve this setup. Any suggestions or best practices?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I’m working on an Azure DevOps pipeline where the agent is running inside an Azure Container Instance. As far as I know, Docker-in-Docker isn't an option given this setup.
My goal is to:
atlas
to manage migrations,Since Docker isn’t available, I’m looking for the best solution to achieve this setup. Any suggestions or best practices?
Thanks in advance!
EDIT: formatting
Beta Was this translation helpful? Give feedback.
All reactions