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

systemctl not found #94

Closed
stephlocke opened this issue Jun 22, 2016 · 2 comments
Closed

systemctl not found #94

stephlocke opened this issue Jun 22, 2016 · 2 comments

Comments

@stephlocke
Copy link

stephlocke commented Jun 22, 2016

Using the Docker Quick Start Terminal and docker-machine v0.7.0 I created a default image docker-machine vm using the azure driver

docker-machine create --driver azure --azure-subscription-id XXXX-XXXX-XX-XXX-XXXX --azure-location westeurope --azure-resource-group XXXXX etldockermachine

I then add it

docker-machine env etldockermachine
 eval $("C:\Program Files\Docker Toolbox\docker-machine.exe" env etldockermachine)

And SSH into it

docker-machine ssh

Once in, I try to run

systemctl
## -sh: systemctl: not found

On the basis that the default machine is a 15.10 according to the docs so it should be using systemd

Am I doing something daft or is this a bug? I'm trying to follow the install instructions for the azure file storage plugin and not having any joy as a consequence of this issue

@ahmetb
Copy link
Contributor

ahmetb commented Jun 22, 2016

@stephlocke I believe you opened the issue to the wrong repository: https://github.com/docker/machine/issues 😄

@ahmetb ahmetb closed this as completed Jun 22, 2016
@stephlocke
Copy link
Author

Cheers

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

2 participants