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
I recently update my MacOS to Sequoia 15.7 and hit the issue with Fn server that it could not run Function containers. To overcome this I'm still running Rancher desktop but also installed <code>colima</code>:
76
+
77
+
<pre>
78
+
brew install colima
79
+
/opt/homebrew/opt/colima/bin/colima start -f
80
+
</pre>
81
+
82
+
After this, I can run Functions in Fn Server succesfully on my MacOS.
83
+
73
84
<p>
74
85
Now that the Fn server is running create an application for our function using the cli:
I recently update my MacOS to Sequoia 15.7 and hit the issue with Fn server that it could not run Function containers. To overcome this I'm still running Rancher desktop but also installed <code>colima</code>:
76
+
77
+
<pre>
78
+
brew install colima
79
+
/opt/homebrew/opt/colima/bin/colima start -f
80
+
</pre>
81
+
82
+
After this, I can run Functions in Fn Server succesfully on my MacOS.
83
+
73
84
<p>
74
85
Now that the Fn server is running create an application for our function using the cli:
0 commit comments