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
{{ message }}
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.
This docker compose file fails with libcompose but works with docker-compose CLI. Narrowed down the problem to :
ERRO[0000] Failed Starting helloworld : Error response from daemon: page not found
ERRO[0000] Failed to start: helloworld : Error response from daemon: page not found
The page not found from daemon was because of the following API call :
/v1.20/networks/connect - This is incorrect as the right API call is POST /networks/(id or name)/connect. As you can see (id or name) is missing . This is because networks is set to default.
The text was updated successfully, but these errors were encountered:
Here is the docker compose file
This docker compose file fails with libcompose but works with docker-compose CLI. Narrowed down the problem to :
ERRO[0000] Failed Starting helloworld : Error response from daemon: page not found
ERRO[0000] Failed to start: helloworld : Error response from daemon: page not found
The page not found from daemon was because of the following API call :
/v1.20/networks/connect - This is incorrect as the right API call is POST /networks/(id or name)/connect. As you can see (id or name) is missing . This is because networks is set to default.
The text was updated successfully, but these errors were encountered: