Viewing profile — ycrab
ycrab
HN member- Joined
- Thu, Sep 01, 2022, 3:29 PM UTC
- HN karma
- 6
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About ycrab
No profile information was provided.
Recent public activity
-
comment
Comment #36423987
Partially, yep. The more important part is that these Docker images run on a remote machine
-
comment
Comment #36415642
creating the workspace is based on docker but within the workspace you're free to do whatever you want, no need to use docker-compose there
-
comment
Comment #36415596
If you can script your setup steps, you can also run it in a devcontainer, either by using docker-compose[1] to bake it into the workspace image or using lifecycle hooks to run som…
-
comment
Comment #36415470
Yep, as we see it they compliment each other quite well. DevPod takes your workspace to the cloud and DevSpace let's you develop against your Kubernetes cluster - potentially the s…
-
comment
Comment #35982462
Once you set up the provider on the designers machine, you can embed a deep link to the desktop app in your repo, similar to the „open in devpod“ button in our repo [1]. [1] https:…
-
comment
Comment #35982036
Exactly. add a devcontainer similar to the example repo in [1], install the devpod app and point it to the repository and your designer is good to go, including port forwarding to …
-
comment
Comment #35974226
we're thinking about it but don't have any immediate plans. Mostly because it's not a straight forward port and we want to make sure it's stable on linux/windows/macOS before tackl…
-
comment
Comment #35973348
Basically anything you'd use GitHub Codespaces for but without having to pay them a hefty fee + you get to choose your cloud provider (or self-hosted k8s). I.e. if you have some le…