D
D
DDwrt1002022-01-26 13:44:15
Docker
DDwrt100, 2022-01-26 13:44:15

How to create an application container that is deployed?

Hello everyone. There are a couple of machines with deployed services. Is there any tool that would create a docker image for applications that are deployed and configured? Well, for example, I have ceph deployed on a linux machine, and I would like to package it for further distribution of this image to junior admins.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
rPman, 2022-01-26
@DDwrt100

in general this is not possible
docker file is a list of commands that need to be executed on a 'null system' in order for the application to work
, it is almost impossible to determine this automatically, especially if there are several applications installed on the machine, what actions were taken for which applications.
in some cases, the linux package manager offers a complete description of what is needed for the application to work, unfortunately in reality it is not so simple, not all applications are correctly described, and some require manual initial configuration

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question