Jan 31, 2019 · Then make a docker image for codemeter with a Dockerfile. In the Dockerfile you will need to install codemeter. Then the CMD statement in the Dockerfile will need to contain the command to run it. Example for sshd. CMD ["/usr/sbin/sshd", "-D"] Then when you run a container from the codemeter docker image the codemeter service will run.