Wednesday at 10:11 AM3 days Just now, Mainfrezzer said:if you want the servers attached to your custom network, put in network_mode your custom networkThe network i'm using is a bridged network that links back to the main vlan i'm using putting the docker containers directly on it instead of being filtered through the host. Here's what that section of the file looks like now. If i modify it to use the host instead of the custom docker, it just changes it back on start. I'm clearly missing something else.docker:network:interface: 10.16.5.1dns:- 1.1.1.1- 1.0.0.1name: pelican_netispn: falseIPv6: falsedriver: bridgenetwork_mode: pelican_netis_internal: falseenable_icc: truenetwork_mtu: 1500interfaces:v4:subnet: 10.16.5.0/24gateway: 10.16.5.1v6:subnet: fd00:10:16:5::/64gateway: fd00:10:16:5::/64domainname: ""registries: {}tmpfs_size: 100container_pid_limit: 512installer_limits:memory: 1024cpu: 100overhead:override: falsedefault_multiplier: 1.05multipliers: {}use_performant_inspect: trueuserns_mode: ""system_ips: []log_config:type: localconfig:compress: "false"max-file: "1"max-size: 5mmode: non-blocking Edited Wednesday at 10:29 AM3 days by Pugnacious
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.