A containerized PDP-11 simulator running Unix V7 (with terminal multiplexer support)
6.5K
WARNING This is not an official part of the simh project. I offer this image, and the others based on it, "as is", without no commitment to keep supporting it in the future (as though I will try my best). If you find a bug, please do not report it to the official simh mantainers unless you can reproduce it in a "non containerized" environment. If you suspect the bug is related to the containerization, please open an issue in the specific github project, git://github.com/jguillaumes/dockersimh.
docker run -it --name <whatever> -p 2323:2323 -v $(pwd):/machines jguillaumes/simh-pdpv7
You can run it without creating a directory for the OS images, but it is not recommended:
docker run -it --name <whatever> -p 2323:2323 -e SIMH_USE_CONTAINER=yes jguillaumes/simh-pdpv7
To rerun an existing container;
docker start <whatever> && docker attach <whatever>
Of course, substitute ´´´´´´ for a name of your choice. You can also map the port 2323 to any other one. That port exposes a simulated asynchronous communications device (DZ11) to which you can TELNET and run multiple simultaneous sessions.
Please remember UNIX V7 is quite primitive. Don't expect to find the bells and whistles of modern unices. The only available editor is ed (no emacs vs vi fights here) and the directory layout is minimal.
Copyright (c) 1993-2014, Robert M Supnik
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL ROBERT M SUPNIK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Except as contained in this notice, the name of Robert M Supnik shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from Robert M Supnik.
Content type
Image
Digest
Size
127.6 MB
Last updated
over 4 years ago
docker pull jguillaumes/simh-pdpv7