pre-marshal websocket message to avoid possible race

This commit is contained in:
Brad Rydzewski
2015-05-05 19:46:26 -07:00
parent cecefe6f65
commit fa07d82461
10 changed files with 193 additions and 97 deletions

View File

@@ -8,5 +8,5 @@
</dl>
<pre>
docker run drone/drone-agent --addr={{ addr }} --token={{ token }}
docker run -d drone/drone-agent --addr={{ addr }} --token={{ token }}
</pre>