11 lines
126 B
Bash
Executable File
11 lines
126 B
Bash
Executable File
#!/bin/sh
|
|
|
|
|
|
docker run \
|
|
-it \
|
|
--rm \
|
|
--network=host \
|
|
-e 'HOST=http://localhost:8080' \
|
|
steveww/rs-load
|
|
|