Skip to content

Add docker start and docker stop to list of docker commands #792

Open
@samitcheema

Description

@samitcheema

Problem

docker start and docker stop not listed under common CLI commands.

Steps to reproduce the problem

N/A

Screenshots

N/A

Proposed solution

Docker Commands

Please read about Docker concepts and Docker overview to get a sense of what Docker is.

A few common Docker CLI commands you might need for working with treehouses are:

  • docker start <container-id> - start one or multiple stopped containers.
  • docker stop <container-id> - stop one or multiple running containers.
  • docker ps – show running containers
  • docker ps -a - show all containers
  • docker logs <container-id> -f - follow the log output of a container
  • docker images – list images

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions