Tim King

Results 2 comments of Tim King

It's look like not assign localhost:port to link namenode:9870. So try to modify `docker-compose.yml`. ``` services: namenode: ... ports: - 9870:9870 ``` And access url `localhost:9870`.

> I wanted to summarize things for those new to coc and coc-python and stumbled here by google search (like me). Please correct me if this is wrong. > >...