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 has been archived by the owner on Jun 13, 2021. It is now read-only.
I installed a Docker App from my MacBook (Computer A). It appears when I list the apps. But, when I list apps from my iMac (Computer B), no apps are listed.
Steps to reproduce the issue:
On computer A, install a Docker app. In this case, named "gitlab-runners".
On computer A, list the apps.
On computer B, list the apps.
Describe the results you received:
Computer B does not show the installed app.
‣ ~ docker app ls --target-context ba-tools
INSTALLATION APPLICATION LAST ACTION RESULT CREATED MODIFIED REFERENCE
Describe the results you expected:
Computer B should show the installed app like Computer A.
‣ ~ docker app ls --target-context ba-tools
INSTALLATION APPLICATION LAST ACTION RESULT CREATED MODIFIED REFERENCE
gitlab-runners gitlab-runners (0.1.0) install success 21 hours 21 hours
Additional information you deem important (e.g. issue happens only occasionally):
Listing stacks from both computers shows the app's stack.
‣ ~ docker --context ba-tools stack ls
NAME SERVICES ORCHESTRATOR
gitlab-runners 1 Swarm
Output of docker version:
‣ ~ docker --context ba-tools version
Client: Docker Engine - Community
Version: 19.03.1
API version: 1.40
Go version: go1.12.5
Git commit: 74b1e89
Built: Thu Jul 25 21:18:17 2019
OS/Arch: darwin/amd64
Experimental: true
Server: Docker Engine - Community
Engine:
Version: 19.03.1
API version: 1.40 (minimum version 1.12)
Go version: go1.12.5
Git commit: 74b1e89
Built: Thu Jul 25 21:19:36 2019
OS/Arch: linux/amd64
Experimental: false
containerd:
Version: 1.2.6
GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb
runc:
Version: 1.0.0-rc8
GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f
docker-init:
Version: 0.18.0
GitCommit: fec3683
Output of docker app version:
‣ ~ docker app version
Version: v0.8.0
Git commit: 7eea32b7
Built: Thu Jul 25 21:26:00 2019
OS/Arch: darwin/amd64
Experimental: off
Renderers: none
Invocation Base Image: docker/cnab-app-base:v0.8.0
The text was updated successfully, but these errors were encountered:
kinghuang
changed the title
App list does not show installed app from another computer
App list does not show installed app from another client
Sep 1, 2019
I've just discovered that installation information seems to be stored locally in the calling client's Docker config directory ($DOCKER_CONFIG/app/installations/). Does this make installations completely non-portable?
Description
I installed a Docker App from my MacBook (Computer A). It appears when I list the apps. But, when I list apps from my iMac (Computer B), no apps are listed.
Steps to reproduce the issue:
Describe the results you received:
Computer B does not show the installed app.
Describe the results you expected:
Computer B should show the installed app like Computer A.
Additional information you deem important (e.g. issue happens only occasionally):
Listing stacks from both computers shows the app's stack.
Output of
docker version
:Output of
docker app version
:Output of
docker info
:Additional environment details (AWS, VirtualBox, physical, etc.):
The text was updated successfully, but these errors were encountered: