https://github.com/osquery/osquery logo
#fleet
Title
# fleet
j

Justin Bowen

11/18/2020, 9:05 PM
Hey all! I am trying to figure out how to access the web dashboard post docker deployment?
z

zwass

11/18/2020, 9:11 PM
j

Justin Bowen

11/18/2020, 9:16 PM
Thats what I thought per reading docs... but no go. There arent any docker instances listening on that port either:
CONTAINER ID    IMAGE          COMMAND         CREATED       STATUS       PORTS                      NAMES
960d33824da3    mysql:5.7        "docker-entrypoint.s…"  4 hours ago     Up 4 hours     33060/tcp, 0.0.0.0:3307->3306/tcp        fleet_mysql_test_1 b982e625c9e4    google/cadvisor:latest  "/usr/bin/cadvisor -…"  4 hours ago     Up 4 hours     0.0.0.0:5678->8080/tcp              fleet_cadvisor_1 f5ca063b3735    mailhog/mailhog:latest  "MailHog"        4 hours ago     Up 4 hours     0.0.0.0:1025->1025/tcp, 0.0.0.0:8025->8025/tcp  fleet_mailhog_1 84b97c594e8c    mysql:5.7        "docker-entrypoint.s…"  4 hours ago     Up 4 hours     0.0.0.0:3306->3306/tcp, 33060/tcp        fleet_mysql_1 718ea03434b7    prom/prometheus:latest  "/bin/prometheus --c…"  4 hours ago     Up 4 hours     0.0.0.0:9090->9090/tcp              fleet_prometheus_1 dacf12906aaf    redis:3.2.4       "docker-entrypoint.s…"  4 hours ago     Up 4 hours     0.0.0.0:6379->6379/tcp              fleet_redis_1
z

zwass

11/18/2020, 9:18 PM
Are you running the docker-compose in the root of the github.com/fleetdm/fleet repo?
j

Justin Bowen

11/18/2020, 9:18 PM
yes
z

zwass

11/18/2020, 9:18 PM
Unless you are trying to do development you are best off with https://github.com/fleetdm/osquery-in-a-box for a quick test.
j

Justin Bowen

11/18/2020, 9:22 PM
Ahh rog
ill try that
z

zwass

11/18/2020, 9:22 PM
Let us know if you have any issues 🙂
j

Justin Bowen

11/18/2020, 9:22 PM
Will do, and talk to you tomorrow!
Just noticed that python packages only pulls py2, is this expected behavior or should I open a bug/feature request for this?