Replies: 2 comments
-
@ribalba I have put our discussion on the phone to an online one. Happy if you add your remarks |
Beta Was this translation helpful? Give feedback.
-
I think the difference is in how people start using the GMT. If I am a company and I want to try and see if I can use the GMT to measure my software it is very off-putting to have to spend multiple days to just get the basic structure working. As I mentioned I needed to code features into the GMT to get something running. This company would have never been able to use the GMT. At this point I am not even thinking about exact measurements. Adding to the huge hurdle of getting my code to run in the GMT I then also have to write the usage scenario file. Learn all that syntax etc ... So as a company this is an investment multiple days/ if not weeks for a tool I don't even know I want to use. So people will abandon ship and use a simpler tool that doesn't give you as exact measurements but works out of the box. [0][1] I think it boils down to the discussion. Do we want a tool only experts can use, that can invest multiple days in getting something running or do we want something that can work out of the box for people to try. Once people see the advantages of running something in the GMT locally they can then make the decision to invest into "porting" their infrastructure to our "secure" format. So I propose the Basically what learning curve to we want
[0] https://github.com/hubblo-org/scaphandre |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
We have recently experienced that people tend to use very complex docker compose files and using them with GMT directly is not possible.
A possible way to enable developers to re-use them easier could be to just scan the files, capture the later to be used container names, then orchestrate the whole file with
docker compose up
and just tap into the containers.This discussion is to keep track of the idea and add upsides and downsides as long as it either gets rejected or implemented.
Upsides
docker compose
can expect the same orchestration and no need to adapt for GMT reduced implementationDownsides
docker compose
but maybepodman compose
would maybe get slightly different behaviour. Technically all clients should implement the spec the same way but Google searches and ChatGPT suggests there are implementation differences. Anyone got hard details and experiences here?Beta Was this translation helpful? Give feedback.
All reactions