initial import
This commit is contained in:
5
example/http/breaker/start.sh
Normal file
5
example/http/breaker/start.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
GOOS=linux go build -ldflags="-s -w" server.go
|
||||
docker run --rm -it --cpus=1 -p 8080:8080 -v `pwd`:/app -w /app alpine /app/server
|
||||
rm -f server
|
||||
Reference in New Issue
Block a user