permissions warnings for fn start from https://github.com/fnproject/fn

267 Views Asked by At

Are these permission warnings fixable when starting Fn github project locally on my Docker in Docker (dind) instance following the directions on the github project: https://github.com/fnproject/fn ? I installed via brew on a mac.

$ fn start
mount: permission denied (are you root?)
Could not mount /sys/kernel/security.
AppArmor detection and --privileged mode might break.
mount: permission denied (are you root?)
time="2017-10-02T23:54:10Z" level=info msg="datastore dialed" datastore=sqlite3 max_idle_connections=256
time="2017-10-02T23:54:10Z" level=info msg="no docker auths from config files found (this is fine)" error="open /root/.dockercfg: no such file or directory"
time="2017-10-02T23:54:10Z" level=info msg="available memory" ram=7916183552
time="2017-10-02T23:54:10Z" level=info msg="Serving Functions API on address :8080"

    ______
   / ____/___
  / /_  / __ \
 / __/ / / / /
/_/   /_/ /_/
    v0.3.132
1

There are 1 best solutions below

0
On

Some of those warnings/messages are MacOS specific (ie: you won't see them on Linux). But they won't affect regular operations so you can safely ignore them.