V2ray Mikrotik | Ultra HD |

: Running containers writes frequently to storage. Use a USB flash drive or MicroSD card formatted to ext4 to avoid damaging your router's internal flash memory.

Then redirect HTTP traffic to the proxy: v2ray mikrotik

If you can tell me the you are using, I can help confirm if it supports the container feature . Otherwise, I can also: Help you configure DNS-over-HTTPS for better privacy. : Running containers writes frequently to storage

: Your MikroTik must use an ARM, ARM64, or x86/CHR architecture. MIPSBE and MMIPS devices do not support containers due to hardware limitations. Otherwise, I can also: Help you configure DNS-over-HTTPS

# Configure remote registry (Docker Hub) /container/config/set registry-url=https://docker.io # Define the container pull parameters and mount points /container/mounts/add name=v2ray_config src=disk1/v2ray/config.json dst=/etc/v2ray/config.json # Add and start the container /container/add remote-image="teddysun/v2ray:latest" interface=veth-v2ray mounts=v2ray_config root-dir=disk1/v2ray_root logging=yes Use code with caution.