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!
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.
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:
docker restart container_id_here
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
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.