Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Target Materia docker container needs to be changed (again) #89

Open
clpetersonucf opened this issue May 26, 2021 · 0 comments
Open

Target Materia docker container needs to be changed (again) #89

clpetersonucf opened this issue May 26, 2021 · 0 comments

Comments

@clpetersonucf
Copy link
Member

The docker command to grab the container name of the webserver will be incorrect with the new docker deployment changes coming to Materia:

docker ps -a --format "{{.Image}} {{.Names}}" | grep -e ".*materia-phpfpm:.* materia-phpfpm" | head -n 1 | cut -d" " -f2

The correct search string should be the following:

docker ps -a --format "{{.Image}} {{.Names}}" | grep -e ".*materia:.* docker_app_1" | head -n 1 | cut -d" " -f2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant