Is it possible to use `datahub docker quickstart -...
# troubleshoot
g
Is it possible to use
datahub docker quickstart --build-locally
with
podman-compose
instead of
docker-compose
?
plus1 1
i
Hello Steven, The
datahub
cli runs sub-processes under the hood that directly call
docker
from your system. If there is a perfect api replacement (
build, pull, etc...
) you could in theory make an alias for
docker
that points to
podman
g
Thanks Pedro! The
podman
API is very similar to
docker
. How would I go about making an alias for
docker
to point to
podman
?
i
Depends on your terminal, something like: https://linuxize.com/post/how-to-create-bash-aliases/
w
@gentle-tailor-78929 hey did you end up figuring this out?
s
u need to alias both
docker
and
docker-compose
it seems
s
Can someone confirm the alias solution worked?
r
Hey there! 👋 Make sure your message includes the following information if relevant, so we can help more effectively! 1. Which DataHub version are you using? (e.g. 0.12.0) 2. Please post any relevant error logs on the thread!
s
DataHub CLI version: 0.12.1.4 [2024-02-05 172804,515] INFO {datahub.cli.quickstart_versioning:150} - Saved quickstart config to /home/dataops/.datahub/quickstart/quickstart_version_mapping.yaml. [2024-02-05 172804,517] INFO {datahub.cli.docker_cli:649} - Using quickstart plan: composefile_git_ref='master' docker_tag='head' mysql_tag='5.7' Docker doesn't seem to be running. Did you start it? 🙂