Cosmin Ioniță
Cosmin Ioniță

Reputation: 4045

Can I start docker service in azure cli?

I'm trying to start the docker service in azure cli and it doesn't work!

The docker command exists, but the daemon cannot be started. I tried with:

  1. service docker start
  2. systemctl start docker.service

None of them worked.

Is this possible?

Thanks

Upvotes: 1

Views: 633

Answers (1)

4c74356b41
4c74356b41

Reputation: 72151

No, Azure Cloud Shell is a cli experinece, not a host to run your workloads on

Upvotes: 1

Related Questions