Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Nomad
Commits
1d3ee6a7
Unverified
Commit
1d3ee6a7
authored
2 years ago
by
asymmetric
Committed by
GitHub
2 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Update filesystem.mdx (#13738)
fix alloc working directory path
parent
7c1c9659
Branches unavailable
v1.4.3
v1.4.2
v1.4.1
v1.4.0
v1.4.0-rc.1
v1.4.0-beta.1
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
website/content/docs/concepts/filesystem.mdx
+1
-1
website/content/docs/concepts/filesystem.mdx
with
1 addition
and
1 deletion
+1
-1
website/content/docs/concepts/filesystem.mdx
+
1
-
1
View file @
1d3ee6a7
...
...
@@ -10,7 +10,7 @@ description: |-
Nomad creates a working directory for each allocation on a client. This
directory can be found in the Nomad [`data_dir`] at
`./alloc
s
/«alloc_id»`. The allocation working directory is where Nomad
`./alloc/«alloc_id»`. The allocation working directory is where Nomad
creates task directories and directories shared between tasks, write logs for
tasks, and downloads artifacts or templates.
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help