You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i am executing nomad job run pytechco-redis.nomad.hcl on macos then job is creating but status is dead and i am able to see logs :
Driver Failure: Failed to start container 1dad59d46811ddbf97eff6c7639ce52d5c2d56da282db83a1fd9efd8a6da9845: API error (500): error while creating mount source path '/host_mnt/private/tmp/NomadClient942020698/7349dde5-a58f-4ee3-4f07-48a022277c6b/alloc': mkdir /host_mnt/private/tmp/NomadClient942020698: permission denied
how to solve it.
The text was updated successfully, but these errors were encountered:
^some config in here may be uneccessary but it worked for me!
Create the subdir /tmp/nomad
When you run your nomad agent command, point point to it with the config parameter: nomad agent -dev -config=/Users/yourProfileName/nomad/learn-nomad-getting-started/shared/config/nomad2.hcl \\n -bind 0.0.0.0 \\n -network-interface='{{ GetDefaultInterfaces | attr "name" }}'
when i am executing
nomad job run pytechco-redis.nomad.hcl
on macos then job is creating but status is dead and i am able to see logs :Driver Failure: Failed to start container 1dad59d46811ddbf97eff6c7639ce52d5c2d56da282db83a1fd9efd8a6da9845: API error (500): error while creating mount source path '/host_mnt/private/tmp/NomadClient942020698/7349dde5-a58f-4ee3-4f07-48a022277c6b/alloc': mkdir /host_mnt/private/tmp/NomadClient942020698: permission denied
how to solve it.
The text was updated successfully, but these errors were encountered: