Hi folks, I'm aiming to test out netmaker, and fro...
# general
c
Hi folks, I'm aiming to test out netmaker, and from reading over your docs it seems like the exact thing I'm looking for. I am however wondering if the docker-compose file currently returned by the quick-install guide has incorrect docker image versions. The relevant parts are currently:
Copy code
netmaker:
    container_name: netmaker
    image: gravitl/netmaker:v0.9.0
...
  netmaker-ui:
    container_name: netmaker-ui
    depends_on:
      - netmaker
    image: gravitl/netmaker-ui:v0.9.0
So when running
docker-compose up -d
I get:
ERROR: manifest for gravitl/netmaker:v0.9.0 not found: manifest unknown: manifest unknown
From your github repo tags it seems
0.8.5
is the most recent tag, and using this seems to work alright.