diff --git a/content/manuals/build/cache/backends/local.md b/content/manuals/build/cache/backends/local.md index 248c6d764c89..5d033bf27549 100644 --- a/content/manuals/build/cache/backends/local.md +++ b/content/manuals/build/cache/backends/local.md @@ -81,7 +81,7 @@ and kept indefinitely. Therefore, the size of the local cache will continue to grow (see [`moby/buildkit#1896`](https://github.com/moby/buildkit/issues/1896) for more information). -When importing cache using `--cache-to`, you can specify the `digest` parameter +When importing cache using `--cache-from`, you can specify the `digest` parameter to force loading an older version of the cache, for example: ```console diff --git a/content/manuals/engine/install/ubuntu.md b/content/manuals/engine/install/ubuntu.md index b257c99acdb3..2d1b920d9b64 100644 --- a/content/manuals/engine/install/ubuntu.md +++ b/content/manuals/engine/install/ubuntu.md @@ -19,6 +19,7 @@ aliases: - /install/linux/docker-ee/ubuntu/ - /install/linux/ubuntu/ - /installation/ubuntulinux/ +- /linux/step_one/ download-url-base: https://download.docker.com/linux/ubuntu ---