fix(edge): invalid command displayed for Edge agent deployment on Docker standalone (#4732) (#4734)

Co-authored-by: Simon Meng <simon.meng@portainer.io>
pull/4758/head
cong meng 2021-02-12 16:13:27 +13:00 committed by GitHub
parent 81b4672076
commit f2ec7605c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ angular
-e EDGE_ID=${edgeId} \\
-e EDGE_KEY=${edgeKey} \\
-e CAP_HOST_MANAGEMENT=1 \\
--name portainer_edge_agent \\localhost
--name portainer_edge_agent \\
portainer/agent`;
}