You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The above code comes form test/container_test.py, when I send the only one param "container" to client.start, the container's log config will be set correctly, but if I give two or more params to client.start, like restart_policy={xxx:xxx}, privileged=True or binds=xxx, or network_mode=xxx, the log config will not be set, it will use the default 'json-file'.
My test environment is:
docker-py == 1.6.0 docker 1.8
and docker-py=1.8 docker 1.11
The text was updated successfully, but these errors were encountered:
The above code comes form test/container_test.py, when I send the only one param "container" to client.start, the container's log config will be set correctly, but if I give two or more params to client.start, like restart_policy={xxx:xxx}, privileged=True or binds=xxx, or network_mode=xxx, the log config will not be set, it will use the default 'json-file'.
My test environment is:
docker-py == 1.6.0 docker 1.8
and docker-py=1.8 docker 1.11
The text was updated successfully, but these errors were encountered: