mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-19 19:01:36 +00:00
Update cheatsheets
This commit is contained in:
@@ -18,7 +18,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Create a `tmpfs` volume a size of 100 MiB and an uid of 1000:
|
||||
|
||||
`docker volume create --opt {{type}}={{tmpfs}} --opt {{device}}={{tmpfs}} --opt {{o}}={{size=100m,uid=1000}} {{volume_name}}`
|
||||
`docker volume create {{[-o|--opt]}} {{type}}={{tmpfs}} {{[-o|--opt]}} {{device}}={{tmpfs}} {{[-o|--opt]}} {{o}}={{size=100m,uid=1000}} {{volume_name}}`
|
||||
|
||||
- List all volumes:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user