Skip to content
This repository has been archived by the owner on Jan 23, 2020. It is now read-only.

Fail to deploy Docker for Azure #72

Open
samaxes opened this issue Sep 25, 2018 · 3 comments
Open

Fail to deploy Docker for Azure #72

samaxes opened this issue Sep 25, 2018 · 3 comments

Comments

@samaxes
Copy link

samaxes commented Sep 25, 2018

Expected behavior

Be able to deploy Docker Community Edition (CE) for Azure (stable) from https://docs.docker.com/docker-for-azure/#quickstart.

Actual behavior

Got an error on Azure VMSS creation:

{
  "error": {
    "code": "ImageNotFound",
    "target": "imageReference",
    "message": "The platform image 'docker:docker-ce:docker-ce:1.0.12' is not available. Verify that all fields in the storage profile are correct."
  }
}

Steps to reproduce the behavior

  1. Click on the link Deploy Docker Community Edition (CE) for Azure (stable).
  2. Fill the custom deployment form correctly.
  3. Open the "Deployment failed" error. The status of the VMSS is "Not Found".
@samaxes
Copy link
Author

samaxes commented Sep 26, 2018

For others facing the same issue, the solution is to use the older Docker 18.03.0-ce template.

@thehappycoder
Copy link

@samaxes Thanks for sharing this!

@marakame
Copy link

marakame commented Jan 18, 2019

If you don't want to use the old template and deploy a newer version (18.06.1) you can use the original template from the page and just change the line:

"linuxImageVersion": "1.0.12"

for

"linuxImageVersion": "1.0.18"

at the end of the file where the variables are defined and the deployment should work.

EDIT: This still installs 18.03.0 in the end, I guess there's no way to install 18.06 yet.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants