kuiperzone / PupNet-Deploy

PupNet Deploy is a cross-platform deployment utility which packages your .NET project as a ready-to-ship installation file in a single step.
GNU Affero General Public License v3.0
183 stars 6 forks source link

Create a docker image #29

Closed amitza closed 5 months ago

amitza commented 11 months ago

The Linux installation of PupNet-Deploy can take a lot of time because of the number of packages needed (more than 193). In order to save this setup time the CLI can be exposed as a docker container. With docker the usage will be a one-liner:

docker run pupnet-deploy -v $(pwd):/workspace-folder/ pupnet --runtime linux-x64 --kind appimage
kuiperzone commented 11 months ago

Thank you. But your comment is not clear. Are you asking for a feature or offering advice to users? Are you asking that pupnet be packaged as a container?

Ensuring that pupnet can be used with docker efficiently is something I'm interested in. Can you be more explicit?