Search code examples
dockerorchestration

Troubleshooting in Docker container by their own developer


We have multiple services which are written in Laravel and Lumen frameworks.

We containerize them with Docker and each source has its own Dockerfile. Is there any solutions to let developers work on these container on live server?

I mean, how can we give them an access just for working and troubleshooting in the containers and if some mistake happened, then just recreate a new container from that image.


Solution

  • It was my headache too!

    Did you work with docker UCP!?

    It's the best platform for managing docker images container and services!

    In there you can define some users and roles for your developers to work on all containers and as you know if something happend on that container or a sys file remove by a mistake you just need to create a new container form your images!