Igor Ohrimenko

Results 28 comments of Igor Ohrimenko

Not only ovpn file does not upload. You can try to create the empty file with name `1` and gave the same problem "Media Type Not Accepted:"

Enabling the "Enable the App Framework" option solves the problem: ![изображение](https://user-images.githubusercontent.com/24807060/162720817-50bd12c1-4a8f-4d2a-a95c-e92245354173.png) But how is the App Framework connect with create chats and rooms?

What info I have to add? More tcpdump? Or strace?

If the image is small, for example, memcache, then it quickly dies out and quickly starts on another node, but if the image is large and it is not on...

The method 'constraint' immediately stop container, not start-first, when the image is weight or the entrypoint has long start, the service has downtime.

The method 'constrain' work well for the global service, but not replicas.

.env-cmdrc is not valid ENV format. You should run container like this: `docker run -v ${PWD}/.env-cmdrc:/app/.env-cmdrc:ro -v ${pwd}\src:/app/src -d -p 3000:3000 --name react-app react-image`

This code https://github.com/wbh1/grafana-sqlite-to-postgres/pull/47 fix the problem.

Problem still actual. Preparing: Uninstalled and installed the newest loki from instruction https://grafana.com/docs/loki/latest/clients/docker-driver/ Test: First clear test. I run container by default log-driver or --log-driver=none like this: `docker run --name...

I try ``` wsl bash --norc nsenter: cannot open /proc/26/ns/time: No such file or directory ``` it does not work, but ``` wsl --exec /usr/bin/sh $ ``` work and then...