As a manager of a remote team, I can see how this can be doubly useful to me! We already use Docker for development too but reviews still involve stopping what I'm doing to pull another developer's code to test and merge. I couldn't find any documentation for Dockup on your website. Is documentation available only if I'm signed in? I was just curious to see how it can be setup before signing up for an account.
Launch HN: Dockup (YC W19) – On demand staging environments for dev teams
11–20 of 55 posts
Re: Launch HN: Dockup (YC W19) – On demand staging environments for dev teams
#12Why are you not listed on this page? https://www.ycombinator.com/companies/?batch=w2019
Re: Launch HN: Dockup (YC W19) – On demand staging environments for dev teams
#131. branch off of master
2. write a bunch of code that runs the risk of breaking stuff
3. deploy it to our already existing developer/staging environment
4. test it. if it is good, promote it to QA/UAT/CAT
does Dockup assume that companies don't already have the 3 main environments (dev/CAT/prod) set up?
Why would my service be worth anything in isolation? Usually when I deploy to staging, it is after I've already made e2e+unit+integration tests work locally, so I'm checking how live databases/load balancers/routers/etc. work in staging.
Re: Launch HN: Dockup (YC W19) – On demand staging environments for dev teams
#14How are you different from Jenkins X?
Re: Launch HN: Dockup (YC W19) – On demand staging environments for dev teams
#15I'm confused why I'd use this. My flow now is: 1. branch off of master 2. write a bunch of code that runs the risk of breaking stuff 3. deploy it to our already existing developer/staging environment 4. test it. if it is good, promote it to QA/UAT/CAT does Dockup assume that companies don't already have the 3 main environments (dev/CAT/prod) set up? Why would my service be worth anything in isolation? Usually when I…
Re: Launch HN: Dockup (YC W19) – On demand staging environments for dev teams
#16As a manager of a remote team, I can see how this can be doubly useful to me! We already use Docker for development too but reviews still involve stopping what I'm doing to pull another developer's code to test and merge. I couldn't find any documentation for Dockup on your website. Is documentation available only if I'm signed in? I was just curious to see how it can be setup before signing up for an account.
quick fyi, it does not compete with OP's product.
Re: Launch HN: Dockup (YC W19) – On demand staging environments for dev teams
#17How are you different from Jenkins X?
yea this seems a lot like how I do things with Jenkins-x preview environments. Other parts of the stack are pulled in based on the latest version of the respective helm charts.
Re: Launch HN: Dockup (YC W19) – On demand staging environments for dev teams
#18As a manager of a remote team, I can see how this can be doubly useful to me! We already use Docker for development too but reviews still involve stopping what I'm doing to pull another developer's code to test and merge. I couldn't find any documentation for Dockup on your website. Is documentation available only if I'm signed in? I was just curious to see how it can be setup before signing up for an account.
Hi nagarjun. My company ( https://tonic.ai ) builds dev tools and we've noticed recently that companies with remote teams have been using our product for an unexpected use case. We are trying to investigate it further. Would you be willing to chat with me? If so, I'll drop you a way to get in touch and we can chat. quick fyi, it does not compete with OP's product.
Re: Launch HN: Dockup (YC W19) – On demand staging environments for dev teams
#19Earlier quoted context omitted.
Hi nagarjun. My company ( https://tonic.ai ) builds dev tools and we've noticed recently that companies with remote teams have been using our product for an unexpected use case. We are trying to investigate it further. Would you be willing to chat with me? If so, I'll drop you a way to get in touch and we can chat. quick fyi, it does not compete with OP's product.
Just a heads up, on your Product page ( https://tonic.ai/product ) you have the same description under both "Point-and-click" and "Built-in Statistics."
Re: Launch HN: Dockup (YC W19) – On demand staging environments for dev teams
#20I'm confused why I'd use this. My flow now is: 1. branch off of master 2. write a bunch of code that runs the risk of breaking stuff 3. deploy it to our already existing developer/staging environment 4. test it. if it is good, promote it to QA/UAT/CAT does Dockup assume that companies don't already have the 3 main environments (dev/CAT/prod) set up? Why would my service be worth anything in isolation? Usually when I…
This is incredibly useful with many interconnected codebases have related changes (I know, bad SoA. best practices are hard). Then I can point review-3918.SERVICENAME.service.XXX.stag's connection string to review-1111.SERVICENAME.service.XXX.stag to ensure that everything is working as expected.