You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By mounting docker.sock: As faas does container management we are unable to mount the docker in the existing containers that faas-deploy created. we could not find any such option to mount a socket
By using dind which needs privileged mode to containers. I saw in few of the issues (Feature: add privileged supported in function #1238) its mentioned that openfaas do not plan to support privileged mode to containers
By Sysbox : I coud not find any documentation around it ini openfaas.
we should be allowed to docker command like docker build inside the docker container
Current Behaviour
currently we do not have any way or much documentation around how to run docker commands inside faas manages containers
login into the container / try to run docker command
it fails
Context
We have a cli micro-service which is running using openfaas. This service try to build docker images and deploy the images for other product components
Your Environment
FaaS-CLI version ( Full output from: faas-cli version ):
Docker version docker version (e.g. Docker 17.0.05 ):
My actions before raising this issue
Expected Behaviour
There are currently 3 ways to run docker inside docker (https://devopscube.com/run-docker-in-docker/)
privileged
mode to containers. I saw in few of the issues (Feature: add privileged supported in function #1238) its mentioned that openfaas do not plan to support privileged mode to containerswe should be allowed to docker command like docker build inside the docker container
Current Behaviour
currently we do not have any way or much documentation around how to run docker commands inside faas manages containers
Are you a GitHub Sponsor (Yes/No?) : no
Check at: https://github.com/sponsors/openfaas
List All Possible Solutions and Workarounds
Which Solution Do You Recommend?
Steps to Reproduce (for bugs)
Context
We have a cli micro-service which is running using openfaas. This service try to build docker images and deploy the images for other product components
Your Environment
FaaS-CLI version ( Full output from:
faas-cli version
):Docker version
docker version
(e.g. Docker 17.0.05 ):Are you using OpenFaaS on Kubernetes or faasd?
Operating System and version (e.g. Linux, Windows, MacOS):
Code example or link to GitHub repo or gist to reproduce problem:
Other diagnostic information / logs from troubleshooting guide
The text was updated successfully, but these errors were encountered: