Reads:108471Replies:9
Best Practices With Terraform/Docker
Hi all, I want to share the latest article I wrote in my personal blog about the creation of a website in Bolt (Built on Synfony Components and Silex), Docker-Compose and Terraform.
![]() The How-To focuses in a pure DevOps perspective, from planning to creating the resources, finishing on the site creation and maintenance. So it has nothing actually to do with Bolt itself, the process can be adapted to be used with Wordpress with no effort. I hope you enojoy it, and please ask here for help about any part of the process. I would love to answer if I know! |
|
|
1st Reply#
Posted time:May 15, 2018 8:45 AM
Good Tutorial
|
|
|
2nd Reply#
Posted time:May 15, 2018 10:19 AM
JohnHanley:Good Tutorial回到原帖Thanks John! |
|
|
3rd Reply#
Posted time:Jul 10, 2018 2:44 AM
Wow Good.
|
|
|
4Floor#
Posted time:Jul 11, 2018 6:47 AM
|
|
|
5Floor#
Posted time:Aug 1, 2018 19:00 PM
Gran tutorial, felicidades.
Great tutorial, congratulations. |
|
|
6Floor#
Posted time:Sep 26, 2018 19:58 PM
Thanks Paco!
|
|
|
7Floor#
Posted time:Oct 23, 2018 17:36 PM
Wow, Nice Tutorial
|
|
8Floor#
Posted time:Jun 9, 2021 13:07 PM
great tutorial
|
|
|
9Floor#
Posted time:Apr 4, 2022 14:43 PM
Best practices for docker are
Avoid unnecessary privileges Reduce attack surface Avoid unnecessary privileges Avoid running containers as root Reduce attack surface Leverage multistage builds Prevent confidential data leaks Never put secrets or credentials in Dockerfile instructions Beyond image building. https://www.cloudnowtech.com/devops-services.html |
|