StorageGRID container services fails to start
- Views:
- 259
- Visibility:
- Public
- Votes:
- 0
- Category:
- storagegrid-webscale
- Specialty:
- sgrid
- Last Updated:
- 6/24/2021, 5:40:28 PM
Applies to
StorageGRID 11.4
Docker 20.10.2
Docker 20.10.3
Issue
StorageGRID container fails to start with the following message:
root@node:/root# python test.py
WARNING: Error loading config file: .dockercfg: $HOME is not defined
Docker version 20.10.2, build 20.10.2-0ubuntu1~18.04.2
Traceback (most recent call last):
File "test.py", line 69, in <module>
print get_docker_version()
File "test.py", line 59, in get_docker_version
patch_num = version[2].split('-')[0]
IndexError: list index out of range