mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 13:23:02 +01:00
5 lines
77 B
Bash
Executable File
5 lines
77 B
Bash
Executable File
#!/bin/sh
|
|
|
|
ip link set $INTERFACE up
|
|
ip addr add 10.0.0.2/24 dev $INTERFACE
|