Dockerize pocketbase as framework. Inspired by the VS code Dev Container. This would help us isolate the golang development environment
- Clone the repo
git clone git@github.com:salindae25/pocketbase_devc.git - Modify the
main.gofile as you see fit. - Run docker compose file
docker-compose up -d - Access the container bash shell
docker exec -it pocketbase_devc bash - Once inside the container shell run following
./dev.sh - Now access the pocketbase admin using following cmd
http://localhost:8089/_/
To develop pocketbase as a framework please refer - Pocketbase Docs