Hi,
Is this being supported and maintained? Or is there a better more recommended ways nowadays vs using this library?
I also noticed a mistake in the read me info where you have the parameter order wrong in the function:
sandbox.write_file(content, filename)
while the function def in the sanbox.py:
def write_file(self, filename, content):
Also Im beginner in docker and Im trying to learn more about the Dind approach. Can you provide more information (and maybe provide an example) on how this is expected to work and what benefits over standard way.
Thanks
Samer
Hi,
Is this being supported and maintained? Or is there a better more recommended ways nowadays vs using this library?
I also noticed a mistake in the read me info where you have the parameter order wrong in the function:
sandbox.write_file(content, filename)while the function def in the sanbox.py:
def write_file(self, filename, content):Also Im beginner in docker and Im trying to learn more about the Dind approach. Can you provide more information (and maybe provide an example) on how this is expected to work and what benefits over standard way.
Thanks
Samer