Hi all,
I’m a beginner in Docker and I want to find the simpliest way to “reproduice” an existed tool (TLS server) that was in VMWare in a Docker image.
After following a few tutorials, I conclude that I have to go through these steps to solve my question :
- Downloaded an existing Ubuntu Docker image
- Create a Docker File to describe how to install my TLS server as similar in my VMWare virtual machine
- Build this Docker container
- Run this Docker image with command line with an option to run my TLS server inside
That’s right ? Or did I miss some steps ?
Thanks a lot in advance for your return.
Best regards,
Florian