Elmut

Results 2 comments of Elmut

kratos-transport up в type headerCarrier struct{} add Keys() []string Values(key string) []string

```sh BLUE='\033[1;34m' GREEN='\033[0;32m' RED='\033[0;32m' NC='\033[0m' VM=app-docker if [ ! -z "$VBOX_MSI_INSTALL_PATH" ]; then VBOXMANAGE="${VBOX_MSI_INSTALL_PATH}VBoxManage.exe" else VBOXMANAGE="${VBOX_INSTALL_PATH}VBoxManage.exe" fi echo -e "${BLUE}VBoxManage -v ${NC} = $("${VBOXMANAGE}" -v)" VBoxManage modifyvm "${VM}" --natpf1 "my-web,tcp,127.0.0.1,8080,,80"...