You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 18, 2025. It is now read-only.
You directly deploy your application by running `docker-app deploy --set text="hello user!"` or you can use the rendered version and run `docker stack deploy render/docker-compose.yml`.
100
+
You directly deploy your application by running `docker-app deploy --set text="Hello user!"` or you can use the rendered version and run `docker stack deploy render/docker-compose.yml`.
95
101
96
102
`http://<ip_of_your_node>:8080`will display your message, e.g. http://127.0.0.1:8080 if you deployed locally.
Copy file name to clipboardExpand all lines: examples/voting-app/README.md
+5-79Lines changed: 5 additions & 79 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,16 @@
2
2
3
3
### Initialize project
4
4
5
-
In this example, we will create an app from the existing Docker sample `example-voting-app`. First download the project[here](https://github.com/dockersamples/example-voting-app).
5
+
In this example, we will create an app from the existing Docker sample `example-voting-app`. First download the `docker-stack.yml`[here](https://github.com/dockersamples/example-voting-app) ([direct link](https://raw.githubusercontent.com/dockersamples/example-voting-app/master/docker-stack.yml)
6
6
7
-
Initialize the project using `docker-app init voting-app --compose-file example-voting-app/docker-stack.yml`.
7
+
Initialize the project using `docker-app init voting-app --compose-file docker-stack.yml`.
8
8
9
9
### Edit metadata
10
10
11
11
Go to `voting-app.dockerapp/` and open `metadata.yml` and fill the following fields:
0 commit comments