apk for alpine based on busybox
apk update | |
apk upgrade | |
networking | |
interfaces alpine:~# more /etc/network/interfaces auto lo iface lo inet loopback auto eth0 iface eth0 inet manual # DHCP #iface eth0 inet dhcp # Static #iface eth0 inet static # address IP_ADDRESS/MASK # gateway GW_IP_ADDRESS # dns-nameserver DNS_IP_ADDRESS | |
auto eth0 ## DHCP iface eth0 inet dhcp | |
restart | /etc/init.d/networking restart |
iproute2 | |
add package | apk update apk add iproute2 |
bridge | |
apk add linux-lts reboot | |