docker
docker copied to clipboard
Docker containers of the ImageBuilder and SDK
Hi, I found this repo and the docker image but there are no real instructions provided for running it. Sure there is: `docker run --rm -it openwrtorg/rootfs` but this does...
Hi all, getting a lot of instability. On MacOS Mojave, running Docker version 19.03.8, and docker-machine version 0.16.2 If I just use the Readme command: ``` docker run --rm -it...
I am trying to use this docker image to run n2n vpn, the vpn needs tuntap, so the net_admin with /dev/net/tun device is needed, however openwrt docker witih net_admin can...
I have a `Dockerfile` [[1]] that installs `luci` and `luci-ssl`, and a `docker-compose.yml` file [[2]], that exposes ports `80` and `443`, but when I visit http://localhost or https://localhost in my...
Current the use of tags for different architecture might not be the recommended way to distribute containers for different platforms/architecture/os. See https://docs.docker.com/engine/reference/commandline/manifest/#manifest-annotate https://docs.docker.com/registry/spec/manifest-v2-2/ https://github.com/opencontainers/image-spec/blob/main/image-index.md If enabled the container specification in...
i try deploy on my raspberry pi 4 8gb uname -a Linux raspberrypi 5.10.92-v8+ #1514 SMP PREEMPT Mon Jan 17 17:39:38 GMT 2022 aarch64 GNU/Linux with docker root@raspberrypi:/openwrt# docker -v...
Typically a xdp program program is compiled with: clang -O2 -target bpfeb -emit-llvm kern.c -o - | llc -march=bpfeb -filetype=obj -o kern.o So we need clang and llvm.
When I execute docker run command, it has below impacts Without privileged flag -- ($ docker run -itd openwrtorg/rootfs:x86-64) Internet is accessible on container Ip was assigned to docker **eth0**...
I'm not sure what i'm doing wrong, but it looks like even the tags like ``aarch64_generic-openwrt-21.02`` expect to be ran on an amd64 host. Are there any images that will...
问题描述 Docker安装在openWrt中(无论是否开启)会导致xray的Fullcone无效。 ---------------------------------------------------------------------------- 相同案例传送门: xiaorouji/openwrt-passwall#1438 xiaorouji/openwrt-passwall#1320