dotmesh-io / dotmesh

dotmesh (dm) is like git for your data volumes (databases, files etc) in Docker and Kubernetes
https://dotmesh.com
Apache License 2.0
538 stars 29 forks source link

Changing branches does not work #804

Open crro opened 4 years ago

crro commented 4 years ago

Hi,

I'm currently running dotmesh on ubuntu 18.04 with the following docker distro:

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:21:05 2019
 OS/Arch:           linux/amd64
 Experimental:      false

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:41 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

and switching between branches does not change the state of the app. I also noticed that when I run dm list, I do not have a container listed. I am happy to try to fix this with more guidance.

  DOT           BRANCH    SERVER            CONTAINERS  SIZE       COMMITS  DIRTY
* moby_counter  branch_a  e70342d0c7b32c72              38.50 kiB  1        14.50 kiB

The one in the kata tutorial does have a container listed but it uses an older version of docker.

Thanks!

lukemarsden commented 2 years ago

Can you show the output of docker ps -a?