system('docker version') doesn't return zero
Show older comments
I am trying to use one of the docker functions below for my deployment workflow.
compiler.package.docker
compiler.package.microserviceDockerImage
compiler.runtime.createDockerImage
compiler.runtime.createInstallerDockerImage
I run into below error when I run the command:
In order to use <function> you must be able to run in MATLAB: system('docker version') and it should return zero.
When I run "system('docker version')", it returns one and there seems an issue.
Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock:
What should I do?
Accepted Answer
More Answers (0)
Categories
Find more on Containers in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!