labibme

Results 3 comments of labibme

@grantcurell i appreciate your answer, thanks for clarification.. i had same issue and i go to file: /usr/lib/python2.7/site-packages/container/docker/engine.py and change: `os.path.join(os.sep, 'run', 'secrets')` ==> `os.path.join(os.sep, 'docker', 'secrets')`

update with red-hat based compatible syntax

Hi, I will test that, thanks a lot.