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
We no longer want to use network=agent because it will require that it already exist. This is currently not a docker-compose project so it won't generate its own network and volumes if they don't already exist. This may be better suited to this style for testing purposes.
The text was updated successfully, but these errors were encountered:
What freaking nightmare converting devcontainer.json over to boot up using a docker-compose.yml which starts an AMQP broker to use for unit testing. This shouldn't have been so horrible. Docker compose v1 was installed in place of what I thought was v2. This cost me hours of my life I'll never get back.
We no longer want to use
network=agent
because it will require that it already exist. This is currently not a docker-compose project so it won't generate its own network and volumes if they don't already exist. This may be better suited to this style for testing purposes.The text was updated successfully, but these errors were encountered: