Skip to content

Useful commands in Docker

Sophia Teslyuk edited this page Feb 20, 2018 · 5 revisions

Useful commands in Docker

  • To get info about accessible containers in Docker
    docker ps --format "{{.Names}}"

  • To import data files from personal computer to Docker container
    docker cp c:\path\to\local\file container_name:/path/to/target/dir/

Clone this wiki locally