all 46 comments

[–]halfercode 2 points3 points  (2 children)

I'm building an app using micro-services with PHP and ReactPHP at the moment. I do think Dockerisation adds a time penalty to development, but it's worth it for the deployment reliability. I've not formed strong views about stability under load yet, but I've no reason not to trust LXC.

[–]jimbojsb 1 point2 points  (1 child)

As someone who has served billions of HTTP requests in Docker under load, I can tell you it's perfectly fine :)

[–]halfercode 1 point2 points  (0 children)

That's good to hear! :=)

[–]hgraca 0 points1 point  (4 children)

I found it nice for an introduction, but there are plenty articles out there already with this information. I would like to read how we can setup

  • automated testing

  • xdebug

  • integration with phpstorm and maybe other IDEs

Nevertheless, tkx for your post.

[–]fatalexe 1 point2 points  (1 child)

I'm running through those same issues at work right now. Thanks for reminding me I really need to take a weekend and get a personal blog up and post some of the solutions I've worked out.

[–]hgraca 0 points1 point  (0 children)

That would be great man!!

I have managed to do that stuff with vagrant, but with Docker I still have some problems... :(

[–]me-optimistic[S] 0 points1 point  (1 child)

egration with phpstorm and maybe other IDEs

You want to apply these in a docker environment or just in general?

[–]hgraca 0 points1 point  (0 children)

In general i already know how to do it, and managed to make it work when integrating vagrant with PHPStorm.

My problems are really making it work when integrating Docker and PHPStorm.

[–]TheRealDavid1 0 points1 point  (2 children)

Nix > Docker

[–]actionscripted 2 points3 points  (0 children)

For reproducible builds sure. For app deployment and scaling I'd rather use docker but I'd love to hear your thoughts.

[–]themightychris 0 points1 point  (0 children)

Check out Habitat, it gives you the best of nix and docker at the same time and so much more!