DEV Community

Discussion on: Running Vagrant on an M1 Apple Silicon using Docker

Collapse
 
taybenlor profile image
Ben Taylor

I've updated the Dockerfile to comment out the line VOLUME [ "/sys/fs/cgroup" ]. Initially I somehow had the wrong syntax for that line which seems to have just ignored it. Locally mine works without that line so I think it's unnecessary.