Docker caches the latest
version on my machine, I know I can do docker pull
on it, but is there a way to do it via the command line tool?
Asked
Active
Viewed 208 times
1

Jonas
- 121,568
- 97
- 310
- 388

Travis Reeder
- 38,611
- 12
- 87
- 87
-
What is the "fn project server"? Is it your project? Why to ask such questions here if you is the author? – osgx Sep 28 '17 at 04:48
-
It's a common question we get, that's why. – Travis Reeder Oct 03 '17 at 20:23
-
1Project released yesterday: https://blogs.oracle.com/developers/announcing-fn – Travis Reeder Oct 03 '17 at 20:33
2 Answers
3
With the command line tool, you can run:
fn update
Or without it:
docker pull fnproject/functions:latest

Travis Reeder
- 38,611
- 12
- 87
- 87