bergtwvd
bergtwvd
For persistence, how about a json format file in a directory that can be mounted on the host OS ?
Something related was reported in #58 and #79.
The particular compose file is not terribly important. In the compose file I start a bunch of containers. Only once ComposeUI ends the animation I can press the logs button...
I'm afraid my PC environment is not setup to test this from the source code, Is there an image that I can pull to test it?
Thanks. I ran the image. I see some small windows poping up on the right side of the browser windows with some information in it. Is this correct? And what...
Any status update on this? The UI looks great, but am missing the deletion options.....
This is a great feature to have. I wonder when it will be available since 0.1.3-SNAPSHOT-93bedd5 does not have it. Any idea? Thanks!
A name search would be great. The Docker registry is actually lacking more metadata, such as title, description, service interface descriptions. Maybe this it outside the scope of the registry...
I have the same issue in both joy and Glassfish. My code produces a stream of JSON objects, which are consumed by a server using the JsonParser. The only workaround...
I just had a peek at the BasicJsonParser.java code. Parsing a series of JSON objects seems not be implemented. The parser state machine starts in the state INITIAL, parses the...