Recheck dockerignore and tmpfs mounts #11
Labels
enhancement
New feature or request
good first issue
Good for newcomers
question
Further information is requested
Do a little more research on how to improve the usage of dockerignore. Right now, it is being used to ignore everything but
motd
.Also, is it better to mount a type
tmpfs
workspace rather than avolume
ofsource=none
to disable auto-mounting?Basically:
"type=tmpfs,target=/workspace",
versus
`"source=none,target=/workspace,type=volume".
oi-mini output
Comparing tmpfs and Volume with source=none
1. Persistence
2. Performance
3. Security
4. Resource Utilization
5. Flexibility and Management
Practical Recommendations
Use tmpfs When:
The text was updated successfully, but these errors were encountered: