Trouble getting started-- Is there no docker image? #43
insanity54
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi @insanity54, thanks for sharing what your using Piko for No there is not yet an image on Docker hub, I'll create one this week. For now its best to build the image yourself with |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm looking to use piko to help with local app development. I develop locally on kubernetes, using a kind cluster with Tilt (for live-reloads, etc.) My app backend is Strapi which handles users accounts and oauth2. The problem I have is that I can't end-to-end test Oauth2 logins unless I have a world-accessible URL for the callback.
piko seems like it could help me by giving world-accessible URLs to services in my development cluster. This way, I could create some domains like strapi.piko.example.com, and frontend.piko.example.com and those domains would route to my piko server, which would reverse proxy requests to the upstream containers running in my local dev cluster.
In my testing, I found https://github.com/andydunstall/piko/tree/main/docs/demo which has a helpful docker-compose.yaml. However when pulling the images,
piko
is missing.I looked on https://hub.docker.com/search?q=piko and I don't see anything that matches.
I looked on https://artifacthub.io/packages/search?ts_query_web=piko&sort=relevance&page=1 as well, and I don't see anything either.
Is there no docker image for a reason?
Beta Was this translation helpful? Give feedback.
All reactions