lpmx icon indicating copy to clipboard operation
lpmx copied to clipboard

How to expose port in container?

Open dhtc opened this issue 3 years ago • 1 comments

Is your feature request related to a problem? Please describe. Nice job. And I want to know if you can add a feature that exposes ports of container like what docker do.

Describe the solution you'd like Maybe just like what docker do. Ex, use -p to specify a port, lpmx create -v /path:/path2 -p 8888 imageID or use -P to expose all ports of the container

dhtc avatar Apr 04 '22 08:04 dhtc

Is your feature request related to a problem? Please describe. Nice job. And I want to know if you can add a feature that exposes ports of container like what docker do.

Describe the solution you'd like Maybe just like what docker do. Ex, use -p to specify a port, lpmx create -v /path:/path2 -p 8888 imageID or use -P to expose all ports of the containe

sorry for late reply. Yes, I am also thinking to add this feature. I will update here when there is any progress.

JasonYangShadow avatar Apr 11 '22 12:04 JasonYangShadow