Hello
I installed Arcgis Notebook Server on Red Hat Enterprise with the docker component.
The whole setup seems to work just fine.
but when I cast a Cantainer I get an error
RFIAPPLBS01LE.RFISERVIZI.CORP - Failed to create and start a Docker Container. 'Failed to create and start a Docker Container. 'Request error: POST unix://localhost:80/containers/5fb406e300e02d5bdca8aedd54de893990ec73853cf64a687c23d6648a9724b0/start: 500, body: {"message":"driver failed programming external connectivity on endpoint f4b8f3d4bbfc457881bbff66102886db (75031b2d807bb82c6fdf5d3fe1fea9776efec5341382a702dde6805355108563): Error starting userland proxy: listen tcp6 [::]:30001: socket: address family not supported by protocol"}'.'.
Investigating I found that on the server, IPV6 is disabled.
which solution is the best?
1) enable ipv6 on the server?
2) disable ipv6 on docker or container?
Thanks