I am looking for a class to access the files from the running container using the arquillian cube.
eg: docker_ubuntu running has files \usr\share\config.json
I want to update the config.json file using the arquillian cube.
Note : I am aware of working thru docker exec commands.