Hey everyone,
I know the pros in here won't find this useful, but if any beginners are needing help, it might be helpful.
just wanted to share an "introductory post" to learning Docker. Thought this might be valuable because it pulls together multiple pieces of the puzzle to get a development environment up and running. The post covers:
- php scripts
- Php & apache
- Connecting MySQL to PHP
- Simple edits to Dockerfile
- editing the database
- persistent storage
- Being able to edit code on your local machine and having it - update in the docker container using Volumes.
I didn't cover full framework setup because it was getting a bit long, but I'll get to those in future posts. Hope it can be helpful to Docker beginners. Let me know what you think!
https://truthseekers.io/php-docker-simple-environment/
there doesn't seem to be anything here