hackingthemarkets / ark-funds-tracker

Track the holdings of ARK ETF funds in PostgreSQL
87 stars 45 forks source link

timescaledb Error #3

Open fathalla78 opened 3 years ago

fathalla78 commented 3 years ago

please help when executing this command: docker exec -it timescaledb I am getting : Error: No such container: timescaledb

what I am missing here?

docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES fb2c42e7ce16 tradekit-main_web "uvicorn web.main:ap…" 8 hours ago Up 8 hours 0.0.0.0:8000->80/tcp tradekit-main_web_1 72e3fd4f55ef timescale/timescaledb:latest-pg12 "docker-entrypoint.s…" 8 hours ago Up 8 hours 0.0.0.0:5432->5432/tcp timescale c50ce03b742f docker/getting-started "nginx -g 'daemon of…" 8 hours ago Up 8 hours 0.0.0.0:80->80/tcp elated_perlman

docker images REPOSITORY TAG IMAGE ID CREATED SIZE tradekit-main_web latest 8b0769c6346e 8 hours ago 6.2GB timescale/timescaledb latest-pg12 317be8f7278e 10 days ago 190MB docker/getting-started latest 3c156928aeec 10 months ago 24.8MB

markolonius commented 2 years ago

you need to execute

docker exec -it timescaledb bash