Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Docker 将latest版本缓存在我的机器上,我知道我可以docker pull在上面做,但是有没有办法通过命令行工具来做呢?
latest
docker pull
使用命令行工具,您可以运行:
fn update
或者没有它:
docker pull fnproject/functions:latest
对于 Fn CLI V0.5.15 和可能更高的使用
fn update server