- Run https://www.portainer.io/ docker management dashboard
- Exists as docker-compose even though this is single node to make multi-node easier in future.
- Guide: portainer https://hub.docker.com/r/portainer/portainer
- Creates named volumes to persist across restarts. You have to remove the named volume to restore to original
- The admin UI is located at http://localhost:9000/
- You will have to set the admin password the first time you access the ui
- The edge agent port, 8000, is not exposed in this config
- Open shell command prompt with
docker exec -it portainer /bin/bash
- This may not work from a GitHub Bash prompt on Windows
See README.md in the root of this repo for interesting docker commands.
No IDE integrations specific to this project are called out at this time.