lostdock-portainer
We preconfigured a Portainer (opens in a new tab) stack. It's a simple way to manage your Docker environment with a useful UI Dashboard.
💡
This stack is not mandatory. We consider it useful for beginners or people that want to have a simple UI to manage mundane tasks like restarting an app.
Usage
export PORTAINER_HOST=portainer.example.com
 
lostdock stacks install-from-git \
    --url https://github.com/carlosbaraza/lostdock.git \
    --path ./packages/lostdock-portainerFull source code
Find the full lostdock-portainer stack source code on GitHub (opens in a new tab)