You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 3, 2023. It is now read-only.
pi@raspberrypi:~ $ sudo docker run --restart unless-stopped --name openwrt -d --network macnet0 --privileged sulinggg/openwrt:rpi4 /sbin/init
WARNING: The requested image's platform (linux/arm64) does not match the detected host platform (linux/arm/v7) and no specific platform was requested
36e16b15e9b8d5f0cf7ce59dd96286460ce29c24c18fca0ab7a7edf83f848496
pi@raspberrypi:~ $ sudo docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
36e16b15e9b8 sulinggg/openwrt:rpi4 "/sbin/init" 32 seconds ago Restarting (1) 9 seconds ago openwrt
另:
sulinggg/openwrt:latest,运行一切正常
The text was updated successfully, but these errors were encountered:
pi@raspberrypi:~ $ sudo docker run --restart unless-stopped --name openwrt -d --network macnet0 --privileged sulinggg/openwrt:rpi4 /sbin/init
WARNING: The requested image's platform (linux/arm64) does not match the detected host platform (linux/arm/v7) and no specific platform was requested
36e16b15e9b8d5f0cf7ce59dd96286460ce29c24c18fca0ab7a7edf83f848496
pi@raspberrypi:~ $ sudo docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
36e16b15e9b8 sulinggg/openwrt:rpi4 "/sbin/init" 32 seconds ago Restarting (1) 9 seconds ago openwrt
另:
sulinggg/openwrt:latest,运行一切正常
The text was updated successfully, but these errors were encountered: