Yalun
Yalun
Correct Issue #697
https://github.com/liftoff/GateOne/blob/70e772643755ade617d14a01c12e01176fc4c0df/gateone/applications/terminal/plugins/example/example.py#L100 ``` >>my_session="abcdefghi" >>my_session[:3] 'abc' >>my_session[-3:] 'ghi' ``` The last 3 characters should be [-3:] `user_dict['session'][:3]` returns first 3 characters
### Description After updating Docker Desktop from 4.27.1 (136059) -> 4.33.0 (160616), unable to start the container with error: ``` (HTTP code 500) server error - driver failed programming external...