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.
@@ -167,21 +167,21 @@ At this point, an App image with the `myrepo/hello:1.0.1` tag has been built fro
167
167
168
168
To share your App image, push it to a container registry.
169
169
170
-
```console
170
+
```shell
171
171
$ docker app push myrepo/hello:0.1.0
172
172
```
173
173
174
174
Now run your App:
175
175
176
-
```console
176
+
```shell
177
177
$ docker app run myrepo/hello:0.1.0
178
178
```
179
179
180
180
You can specify the Docker endpoint where an application is installed using a context. By default, your App will run on the currently active context. You can select another context with the `docker context use` command, and the `docker app run` command will thereafter run your app on this particular context.
181
181
182
182
Whenever you define such a context, the installer image will run in the default context (i.e., on local host). You can then use the `--installer-context` to target another context to run the installer image.
0 commit comments