Skip to content

Nginx Alpine container containing miedit emulator with configurable target

License

Notifications You must be signed in to change notification settings

bill-of-materials/docker-miedit-emulator

Repository files navigation

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.

About

Nginx Alpine container containing miedit emulator with configurable target

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published