How to write file in container

Hi All,

I have container , i run with
" docker container run --name name --restart=always --network=network -v $(pwd):/var/www/html/ -d -p 8080:80 php:5.6.14-apache "
how to i can write image in container ?
i have app and have to upload file to container
thank you