lwc:docker

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

lwc:docker [2021/10/04 19:49] – created John Harrisonlwc:docker [2022/11/04 14:41] (current) John Harrison
Line 1: Line 1:
   * copy files to docker container: ''docker cp foo.txt container_id:/foo.txt''   * copy files to docker container: ''docker cp foo.txt container_id:/foo.txt''
   * copy files from docker container: ''docker cp container_id:/foot.txt foo.txt''   * copy files from docker container: ''docker cp container_id:/foot.txt foo.txt''
 +  * prune unneeded files (save disk space): ''sudo docker system prune -a -f''
  • lwc/docker.1633394987.txt.gz
  • Last modified: 2021/10/04 19:49
  • by John Harrison