Good morning,
i pulled a docker container using : docker pull bigdatateam/hdfs-notebook
when i try to open it through powershell using : docker run --rm -it -p 8892:8888 -p 50072:50070 -p 8088:8088 bigdatateam/hdfs-notebook
The error below appears;
C:\Program Files\Docker\Docker\Resources\bin\docker.exe: Error response from daemon: driver failed programming external connectivity on endpoint mystifying_brown (046a02198b43318fa1434f204bd97b42d64f22a4cb9b6a81ff685e03a23edd45): Error starting userland proxy: listen tcp 0.0.0.0:50072: bind: An attempt was made to access a socket in a way forbidden by its access permissions.
Please any solution?