Skip to content
Ruben Lopez M edited this page Jul 24, 2018 · 5 revisions

Welcome to the osm-seed wiki!

Here you will find some complementary guides on how to configure your osm-seed instance. These functionalities a are based on the openstreetmap-website - CONFIGURE.md

Accessing to the docker container

Access to the local docker container:

  $ docker ps
  $ docker exec -it osm-seed_web_1 bash

Access to kubernetes cluster container:

  $ gcloud container clusters get-credentials <cluster name>
  $ kubectl get pods
  $ kubectl exec -it <web container name> -- /bin/bash

Once in the container you can execute the commands