Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 689 Bytes

File metadata and controls

9 lines (6 loc) · 689 Bytes

dephell docker stop

The command stops the Docker container for a current project and environment. It works like docker stop. If something (even shell) executes inside the container, it will be stopped. However, you won't lost created files and installed programs inside of the container. If you want to get rid of everything inside, use dephell docker destroy.

See also

  1. dephell docker destroy to remove a container.
  2. dephell docker shell to run a shell inside a container.
  3. dephell docker run to run a command inside a container.