Merge pull request #9899 from kellen-dunham/fix_9698
Fix #9698 Updated reference to network
This commit is contained in:
commit
23ee8b1df1
|
|
@ -20,7 +20,7 @@ func PlayKube(w http.ResponseWriter, r *http.Request) {
|
|||
runtime := r.Context().Value("runtime").(*libpod.Runtime)
|
||||
decoder := r.Context().Value("decoder").(*schema.Decoder)
|
||||
query := struct {
|
||||
Network string `schema:"reference"`
|
||||
Network string `schema:"network"`
|
||||
TLSVerify bool `schema:"tlsVerify"`
|
||||
LogDriver string `schema:"logDriver"`
|
||||
Start bool `schema:"start"`
|
||||
|
|
|
|||
Loading…
Reference in New Issue