Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.32 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.32 KB

Alpine miedit emulator

GitHub commits since tagged version

Docker Image Version (tag latest semver) Docker Image Size (tag) Docker Pulls

This container is almost pointless and just here for conveniency.

It's an nginx server with www directory populated with miedit emulator files. There is an entrypoint that will read an environment variable containing a websocket server URL, and replace it in the emulator http page.

In other words, this container could be considered as a build artifact from a CI that can be used "as is".

Project URLs: Official Website | Dockerhub | Github (Dockerfiles + Samples)

Usage

docker run \
  -e MINITEL_SERVER="ws://3611.re/ws" \
  -p "3614:8080" --rm -it \
  uzer/miedit-emulator:latest

Then connect to http://localhost:3614/ in your browser.