Good afternoon. Recently started working in docker (put a linux subsystem on the windup). Needed to create a container from an image containing jupyterlab, which runs on the local network. I prescribed the command:
docker run -p 8080:8888 <image_name>
As a result, the container ran, created a link. When I clicked on it, it took me to a page with token authentication. Tried to insert a token from the link but it did not start. Going through the browser on localhost:8080 found nothing, on localhost:8888 is jup lab from anaconda. How can I run the container on a different port?