powerman-dockerize

Simplify running applications in Docker containers

brewmacoslinux
Try with needOr install directly
Source

About

Utility to simplify running applications in docker containers

Commands

powerman-dockerize

Examples

Dockerize a simple application with default settings$ powerman-dockerize myapp
Dockerize an application specifying a custom Docker image$ powerman-dockerize --image ubuntu:20.04 myapp
Dockerize an application with port mapping$ powerman-dockerize --port 8080:8080 myapp