Ephemeral test

This is just a starting point to get familiar with the container approach :

docker run --rm -it -p 8081:80 -p 7883:1883 alexjunk/emoncms:alpine3.18_emoncms11.4.11

When your docker container is running, the app should be running on port 8081.

To create a new account and log in :

http://127.0.0.1:8081open in new window

Because of the --rm option, the container will not persist after closing and will be destroyed.