fnproject / docs

User documentation for the Fn Project.
http://fnproject.io
Apache License 2.0
142 stars 64 forks source link

fix: don''t run dind init script when without privileged #87

Closed shynome closed 5 years ago

shynome commented 5 years ago

don't run dind docker-entrypoint.sh when without privileged, because it will throw some warning to request run with --privileged argument, but actually it don’t need. reset the docker entrypoint to /app/fnserver is the fast way to fix this if you don't want to rebuild docker image

fn-bot commented 5 years ago

CLA Bot

Thank you for your submission! It appears that the following authors have not signed our Contributor License Agreement:

Please do so now by visiting http://www.oracle.com/technetwork/community/oca-486395.html

Once complete, let us know in our community Slack and we’ll send you an Fn T-shirt.

We are working on modernizing the CLA process into a digital signature but it isn’t quite ready yet.

Thank you for being a part of the Fn Community!

shynome commented 5 years ago

I can't print oca pdf but i agree that, so add the change to docs and close the issue is good