Reference Standard M - Implementation of ANSI/MDC Standard M X11.1-1995 (ISO/IEC 11756:1999)
10K+
Reference Standard M
Developed and maintained by David Wicksell [email protected]
Copyright © 2020-2026 Fourth Watch Software LC
https://gitlab.com/Reference-Standard-M/rsm
To create and run the Docker container with RSM in direct mode:
docker run -it --rm --name rsm dlwicksell/rsm
To create and run it in detached mode:
docker run -itd --name rsm dlwicksell/rsm
The RSM Docker container runs with port 80 open. To map an open port on your host machine to the container port (replace 8080 with an available local port):
docker run -itd --name rsm -p 8080:80 dlwicksell/rsm
To run RSM in direct mode while the container is in detached mode:
docker exec -it rsm rsm
To run the Bash shell while the container is in detached mode:
docker exec -it rsm bash
To start the container while in detached mode:
docker start rsm
To stop the container while in detached mode:
docker stop rsm
Consult the Docker documentation at https://docs.docker.com/ to learn about other ways you can run and manage the RSM Docker image and container.
Content type
Image
Digest
sha256:e3cc7aace…
Size
87.2 MB
Last updated
about 1 month ago
docker pull dlwicksell/rsm