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
with v2 services are default to use project-scoped network, however the _default network isn't created during docker-compose create, at least for the first time the project is run with.
This simple docker-compose.yml fails with docker-compose create:
version: '2.0'
services:
foo:
image: nginx
MickaelBergem, wchen9911, karmux, nathan-osman, funkyfuture and 14 moreklippx