Skip to content

Commit

Permalink
fix /tmp bind mount (#4455)
Browse files Browse the repository at this point in the history
  • Loading branch information
masavini authored Jul 11, 2023
1 parent 67a7194 commit f10253a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"type": "bind"
},
{
"source": "~/.ssh",
"source": "/tmp",
"target": "/tmp",
"type": "bind"
},
Expand Down

0 comments on commit f10253a

Please sign in to comment.