7 lines
168 B
Bash
7 lines
168 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
# we now just set this is to a noop script
|
||
|
# since we can just run the container in
|
||
|
# `network_mode: 'host'` and get literally
|
||
|
# the exact same behaviour XD
|