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
- For argument `image`, no need to explicitly
add "latest" if tag is omitted.
"latest" will be used by default if no
tag provided. This is handled by `docker` package itself.
- Intermediate variable `cpu_shares` is not needed.
- Fix wrong usage of `cpu_shares` and `cpu_shares`.
Based on
https://docker-py.readthedocs.io/en/stable/api.html#docker.api.container.ContainerApiMixin.create_host_config,
They should be an arguments of
self.cli.create_host_config()
rather than
APIClient.create_container().
- Change name of the corresponding test script,
to ensure it can be discovered.
- Fix the test itself.
- Some other test scripts are not named properly,
which result in failure of test discovery.
0 commit comments