Trouble querying, but can get documents

Here is the output from the remote container. It was successful.

Output
{
  "isAdminCreds": true,
  "isROAdminCreds": false,
  "isEnterprise": false,
  "allowedServices": [
    "kv",
    "n1ql",
    "index",
    "fts"
  ],
  "isIPv6": false,
  "isDeveloperPreview": false,
  "packageVariant": "ubuntu16.04/docker",
  "pools": [
    {
      "name": "default",
      "uri": "/pools/default?uuid=daf2b149bdbeaceb3afd9d06e9d6e9ce",
      "streamingUri": "/poolsStreaming/default?uuid=daf2b149bdbeaceb3afd9d06e9d6e9ce"
    }
  ],
  "settings": {
    "maxParallelIndexers": "/settings/maxParallelIndexers?uuid=daf2b149bdbeaceb3afd9d06e9d6e9ce",
    "viewUpdateDaemon": "/settings/viewUpdateDaemon?uuid=daf2b149bdbeaceb3afd9d06e9d6e9ce"
  },
  "uuid": "daf2b149bdbeaceb3afd9d06e9d6e9ce",
  "implementationVersion": "6.6.0-7909-community",
  "componentsVersion": {
    "sasl": "3.1.2",
    "os_mon": "2.4.4",
    "inets": "6.5.2.4",
    "crypto": "4.2.2.2",
    "ale": "0.0.0",
    "lhttpc": "1.3.0",
    "stdlib": "3.4.5.1",
    "ssl": "8.2.6.4",
    "kernel": "5.4.3.2",
    "public_key": "1.5.2",
    "asn1": "5.0.5.2",
    "ns_server": "6.6.0-7909-community"
  }
}

I was planning on trying to hit the couchbase directly from container host, but there’s a bunch of configuration that needs to happen (install the libs and such). I’ll get back to you; thanks for the ideas!

-Eric