Alex-1357
Alex-1357
Hello guys. OpenSuse is most popular Linux distribution in Europe and has only little bit less popularity than Ubuntu in the world. I'm don't understand why you ignore millions and...
Hello, I publish my question with full source code in this topic https://stackoverflow.com/questions/70220551/protected-overloads-overrides-function-dont-working-in-my-vb-net-code-object-o?noredirect=1#comment124131780_70220551 Maybe this is not an issue of VB, this is something in your class, if you don't...
I just simple create new project with NET CORE 5.0 and your library (I have a lot of similar linux console project) and immediately receive error: System.IO.FileLoadException HResult=0x80131040 Message=Could not...
Unfortunately, this code Dim Env = New List(Of String)({"RPC_PASSWORD=$(xxd -l 32 -c 32 -p /dev/urandom)", "EXTERNAL_IP='157XX.XX.85'", "MASTERNODE_PRIV_KEY='41kWXqrknGeLLEqnUgRBPtrBxQ3o5VBp4bkRy4fHN3ZpzURHdkr'", "TX_INDEX='1'", "SEED_NODE='95.XX.XX.73'", "PORT='46004'", "RPC_ALLOW_IP='127.0.0.1'", "RPC_CONNECT_IP='127.0.0.1'"}) Dim ExposedPorts = New Dictionary(Of String, EmptyStruct) ExposedPorts.Add("'157.XX.XX.85:46004:46004'",...
I try to use this package with my project, but failed. Unfortunately many function working in my project with troubles. This is my code to read docker container logs. Function...
One of important future to working with running container is attaching to running container with one command. Or with /bin/bash if we can attach interactively. So, this is command: #...
I'm sorry, but your example don't describe how to connect to real docker environment. In reality I can connect to docker with the same string sudo curl --unix-socket /var/run/docker.sock http://157.XX.XX.84/v1.41/containers/json...
Hi, Jason. If you have interesting to fork your idea in VB, please look to this repository https://github.com/Alex-1347/BackendAPI I have expanded your middlware with Issuer, but this is not main...
Hello, your program working fine, but read only a part of information. For example, I see as manifest only this info:  However I need full information, including history, like...