Init
This commit is contained in:
commit
21582cc86a
21 changed files with 677 additions and 0 deletions
5
demo/Dockerfile
Normal file
5
demo/Dockerfile
Normal file
|
@ -0,0 +1,5 @@
|
|||
FROM ubuntu:latest
|
||||
|
||||
RUN apt-get update && apt-get install -y curl
|
||||
|
||||
CMD while true; do curl --silent http://nginx:8081/ > /dev/null; sleep 0.5; done
|
Loading…
Add table
Add a link
Reference in a new issue