As i was folllowing through the tutorial and done everything which is mentioned there… https://www.digitalocean.com/community/tutorials/how-to-install-metabase-on-ubuntu-20-04-with-docker some logs are :
root@ubuntu-s-1vcpu-1gb-blr1-01:~/metabase# docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
8f52f2e07a32 metabase/metabase:latest "/app/run_metabase.sh" 4 hours ago Up 18 minutes 127.0.0.1:3000->3000/tcp metabase_metabase_1
root@ubuntu-s-1vcpu-1gb-blr1-01:~/metabase# service metabase status
Unit metabase.service could not be found.
root@ubuntu-s-1vcpu-1gb-blr1-01:~/metabase#
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Enter your email to get $200 in credit for your first 60 days with DigitalOcean.
New accounts only. By submitting your email you agree to our Privacy Policy.
Hi there,
Your Metabase service is running as a Docker container rather than a Systemd service.
There is no need to use the
service
command, instead, you could restart the container itself with:For more information on how to use Docker I could suggest this free eBook here:
Let me know if you have any questions!
Best,
Bobby
Hi @5ac3e39f363b-4f2d-bedd-2edde6,
If I’m not mistaken the metabase service would be inside the Metabase container(Docker). I might be isn’t that the purpose of docker in the first place? What you can try is to enter your docker container and see if the service is running there.