lliuhaomin
lliuhaomin
`public class SocketioLoadBalancerClientFilter extends LoadBalancerClientFilter { public SocketioLoadBalancerClientFilter(LoadBalancerClient loadBalancer) { super(loadBalancer); } /** * 实现转发到socketio集群,但是集群内socketio服务端口必须固定 */ protected ServiceInstance choose(ServerWebExchange exchange) { ServiceInstance serviceInstance = super.choose(exchange); if(null != serviceInstance && "socketio".equals(serviceInstance.getServiceId())...
update BuildMojo.java file ` if (!cacheFromExistLocally.isEmpty()) { buildParameters.add(new DockerClient.BuildParam("cache-from", encodeBuildParam(cacheFromExistLocally))); } ` ` if (!cacheFromExistLocally.isEmpty()) { buildParameters.add(new DockerClient.BuildParam("cachefrom", new Gson().toJson(cacheFromExistLocally).toString())); } `
0.65 
Just look at the website effect, we can start it with docker The command is as follows: `docker run -v $PWD/documentation:/src -p 1313:1313 klakegg/hugo:0.82.0-ext-alpine server --disableFastRender --bind="0.0.0.0" --baseUrl="192.168.0.41"`