Allow writing of files in docker in Linux

Docker is a container system that allow developers to have a common environment to develop and SRE/devops to have machine-independent deployment process. Allow writing of files in docker in Linux I have been working on a small project in Python: functainer. The goal of this project is to provide a Python package to run functions in docker seamlessly: you only will docker and Python to run it. Anyway, that project uses files as a mean of communication, i. [Read More]
docker  linux  tips