D
Size: a a a
D
АА
АБ
JD
JD
MT
localhost:7070
or 127.0.0.1:7070
or {docker_gateway_ip}:7070
I cannot access the service. Any ideas where to look for?MT
MT
version: '3.6'
networks:
selenoid:
name: selenoid
services:
selenoid:
networks:
selenoid: null
image: "aerokube/selenoid"
ports:
- "4444:4444"
command: ["-limit", "5", "-container-network", "selenoid"]
volumes:
- "$PWD/:/etc/selenoid/" # assumed current dir contains browsers.json
- "/var/run/docker.sock:/var/run/docker.sock"
selenoid-ui:
networks:
selenoid: null
image: "aerokube/selenoid-ui"
command: -selenoid-uri 'http://selenoid:4444'
ports:
- "8080:8080"
links:
- selenoid
IK
localhost:7070
or 127.0.0.1:7070
or {docker_gateway_ip}:7070
I cannot access the service. Any ideas where to look for?localhost
is Docker container is not the same stuff as localhost
outside of containerIK
IK
IK
docker.for.mac.localhost
MT
docker.for.mac.localhost
MT
DA
01:03:03 [2020-08-24 22:03:03:394] [LittleProxy-0-ProxyToServerWorker-0] INFO ProxyToServerConnection - (HANDSHAKING) [id: 0xabc04f11, L:0.0.0.0/0.0.0.0:23902 ! R:accounts.google.com/216.58.211.109:443]: Connection to upstream server failed
01:03:03 java.nio.channels.ClosedChannelException
01:03:03 at io.netty.handler.ssl.SslHandler.channelInactive(SslHandler.java:1076)
01:03:03 at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:262)
01:03:03 at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:248)
01:03:03 at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:241)
01:03:03 at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1405)
01:03:03 at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:262)
01:03:03 at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:248)
01:03:03 at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:901)
01:03:03 at io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:818)
01:03:03 at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164)
01:03:03 at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472)
01:03:03 at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:497)
01:03:03 at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
01:03:03 at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
01:03:03 at java.lang.Thread.run(Thread.java:745)
IK
IK
01:03:03 [2020-08-24 22:03:03:394] [LittleProxy-0-ProxyToServerWorker-0] INFO ProxyToServerConnection - (HANDSHAKING) [id: 0xabc04f11, L:0.0.0.0/0.0.0.0:23902 ! R:accounts.google.com/216.58.211.109:443]: Connection to upstream server failed
01:03:03 java.nio.channels.ClosedChannelException
01:03:03 at io.netty.handler.ssl.SslHandler.channelInactive(SslHandler.java:1076)
01:03:03 at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:262)
01:03:03 at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:248)
01:03:03 at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:241)
01:03:03 at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1405)
01:03:03 at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:262)
01:03:03 at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:248)
01:03:03 at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:901)
01:03:03 at io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:818)
01:03:03 at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164)
01:03:03 at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472)
01:03:03 at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:497)
01:03:03 at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
01:03:03 at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
01:03:03 at java.lang.Thread.run(Thread.java:745)
DA
IK
DA