You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.
Whether docker-osx-dev is on or not, I still get the same Page Execution Time. Should that be lower when docker-osx-dev is running and higher if I'm running docker-compose.yml without docker-osx-dev?
Update
I tried the method of testing from #161 (comment) but when docker-osx-dev is not running and I do a touch testfile, it gets created in the container. I accessed the container also using docker-compose exec web /bin/bash. What am I doing wrong?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Good day, I have setup this solution on my Mac 10.12.6 + Docker 17.12.0-ce-mac47.
My docker-compose.yml file looks like:
Using the Devel module, I got an output of:
I have run
docker-osx-dev
inside my project root where it looks like:then did a normal
docker-compose up -d
.With
docker-osx-dev
running with no errors, when I have some changes it outputs something like:Whether docker-osx-dev is on or not, I still get the same Page Execution Time. Should that be lower when docker-osx-dev is running and higher if I'm running docker-compose.yml without docker-osx-dev?
Update
I tried the method of testing from #161 (comment) but when docker-osx-dev is not running and I do a
touch testfile
, it gets created in the container. I accessed the container also usingdocker-compose exec web /bin/bash
. What am I doing wrong?The text was updated successfully, but these errors were encountered: