Skip to content

Commit

Permalink
Merge pull request #4744 from dvdksn/docs-add-tmpfs-mount-overview
Browse files Browse the repository at this point in the history
docs: add type=tmpfs to run mounts overview
  • Loading branch information
crazy-max authored Mar 8, 2024
2 parents 588dafa + 9a0419d commit a38011b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/dockerfile/docs/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -669,6 +669,7 @@ The supported mount types are:
| ---------------------------------------- | --------------------------------------------------------------------------------------------------------- |
| [`bind`](#run---mounttypebind) (default) | Bind-mount context directories (read-only). |
| [`cache`](#run---mounttypecache) | Mount a temporary directory to cache directories for compilers and package managers. |
| [`tmpfs`](#run---mounttypetmpfs) | Mount a `tmpfs` in the build container. |
| [`secret`](#run---mounttypesecret) | Allow the build container to access secure files such as private keys without baking them into the image. |
| [`ssh`](#run---mounttypessh) | Allow the build container to access SSH keys via SSH agents, with support for passphrases. |

Expand Down

0 comments on commit a38011b

Please sign in to comment.