stafiane
stafiane
auth.json中支持添加自己的证书吗?
I have root authority .what's the meaning of " access` /var/run/docker.sock`"? I configure my docker daemon(version 1.10) with `--selinux-enabled -H tcp://0.0.0.0:2375 -H unix:///var/run/docker.sock --insecure-registry 10.110.13.187:5001`.
I fixed this problem.Use command:`docker run -d -v /var/run/docker.sock:/var/run/docker.sock -v /tmp:/tmp --privileged=true -p 8090:8080 tobegit3hub/lambda-docker`,then fixed
In my scene, because I have root authority,then ‘Permission denied’ occured.Example ,I test Python2.7 by web page(online code),then a container based image(python:2.7) is running,but `docker logs ` return info:`python: can't...
> on a test image .  > > then ,using pretrained model and run command as below. > > **python inference.py --mode recognize --structure_config_path structure_config.json --structure_model_path /home/koo/桌面/po/TATR-v1.1-All-msft.pth --structure_device cpu...