Replies: 1 comment
-
Sorry, this answer isn't a fix. But I was having the exact same issue and I tried almost everything I found and nothing... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How can I resolve Docker warnings related to DOCKER_INSECURE_NO_IPTABLES_RAW and seccomp when using Mark Shust's Magento 2 Docker setup on macOS?
I'm running a Magento 2 website locally using Mark Shust's Docker setup, on the following environment:
When I run
bin/start
, everything works fine - the containers start, and the site loads as expected. However, I consistently see these warnings in the terminal:Since this is a local dev setup, I'm not experiencing functional issues, but I'd like to understand:
What do these warnings mean in the context of Docker on macOS?
Are they safe to ignore for local development?
Is there a way to properly resolve or suppress them to keep the output clean?
Any guidance or best practices would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions