Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

Rackspace driver fix #4786

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Rackspace driver fix #4786

wants to merge 2 commits into from

Conversation

cardoe
Copy link

@cardoe cardoe commented Feb 18, 2020

Rackspace has deprecated the previously used default image ID which causes Docker Machine's created by default to fail. Switch to a supported image ID based on Ubuntu 18.04 to resolve this. Removed code which blocked the start/stop action on Rackspace's Public Cloud as these actions work fine.

The existing image ID has been deprecated by Rackspace resulting in the
default not working anymore. At the same time Ubuntu 16.04 is reaching
its end of life status in just another year. The 18.04 kernel also
contains a number of good improvements for Docker so switch to 18.04 by
default.

Signed-off-by: Doug Goldstein <[email protected]>
The start/stop actions work fine on Rackspace's cloud. There's no reason
to restrict them.

Signed-off-by: Doug Goldstein <[email protected]>
@cardoe cardoe changed the title Rackspace driver update Rackspace driver fix Feb 18, 2020
cardoe added a commit to cardoe/docker.github.io that referenced this pull request Feb 18, 2020
Updated the documented default image for the Rackspace driver because the prior image is deprecated and can no longer be used. This goes hand in hand with the change in docker/machine#4786
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant