...
The same docker edge-view container runs the EVE device can be run on the laptop for client side, assume the name is 'lf-edgelfedge/eve-edgeview:snapshot' in lf-edge docker repo. An example of a docker run command on MacOS will be:
docker run -it --rm -h=$(hostname) -p 9001-9005:9001-9005 -v $HOME/tmp/download:/download lf-edgelfedge/eve-edgeview:snapshot -token <JWT token> [ -inst 1 ] <command>
...