system('docker version') doesn't return zero
Mostrar comentarios más antiguos
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?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Containers en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!