No more than 200 containers

When I try to add new container docker return an error:
docker: Error response from daemon: containerd: container not started.
It’s stuck with non computer natural number 200:
do docker ps | wc
200 2197 26598
As I understood from googling there is a parameter in Linux kernel responsible for this amount.

I would be grateful for any hint how to overcome limitation of 200 containers.

# docker version 
Client:
 Version:      1.12.6
 API version:  1.24
 Go version:   go1.6.2
 Git commit:   78d1802
 Built:        Tue Jan 31 23:35:14 2017
 OS/Arch:      linux/amd64

Server:
 Version:      1.12.6
 API version:  1.24
 Go version:   go1.6.2
 Git commit:   78d1802
 Built:        Tue Jan 31 23:35:14 2017
 OS/Arch:      linux/amd64