Hey all! I was curious if there was a guide for Me...
# getting-started
g
Hey all! I was curious if there was a guide for Meltano Docker commands? I'm fairly new to Docker and would love a reference as I am getting into it.
d
@gunnar There's no guide specifically for Meltano + Docker commands, but it's going to come down to using all of the commands in https://meltano.com/docs/command-line-interface.html through
docker run meltano/meltano
(or
docker-compose exec meltano-ui
if you're using https://meltano.com/docs/containerization.html#docker-compose) 🙂 Is there a specific part of "running Meltano through Docker" that you'd appreciate some specific guidance on?