DEV Community

Discussion on: Using Containers for Ansible Development

Collapse
 
iopsthecloud_43 profile image
Renaud

Hi Josh

You're docker image seems to run in god mode (root). So when you mount local path don't you have issues with written files ? (owned by uid 0)

Cheers,
Renaud

Collapse
 
joshduffney profile image
Josh Duffney

Hi Renaud,

I appreciate the comment. I haven't run into any issues modifying the files. I can modify them in VS code locally and by using vi inside the container just fine. I am using a mac and not a windows OS with WSL. I'm not sure if that makes a difference or not.

Thanks!