Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
samitcheema opened this issue Jan 7, 2021 · 1 comment · May be fixed by #817
Open

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

samitcheema opened this issue Jan 7, 2021 · 1 comment · May be fixed by #817
Labels
ready for VI

Comments

@samitcheema
Copy link
Contributor

samitcheema commented Jan 7, 2021

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
@rjpadilla
Copy link
Member

I find it odd that the docker start/stop commands show up in a later step but doesn't appear in the step that introduces docker...
I agree that those two steps should be included in the common Docker Commands section.

@BryanGazali BryanGazali added the ready for VI label Jan 23, 2021
JLKwong pushed a commit to JLKwong/JLKwong.github.io that referenced this issue Feb 3, 2021
@JLKwong JLKwong linked a pull request Feb 3, 2021 that will close this issue
JLKwong pushed a commit to JLKwong/JLKwong.github.io that referenced this issue Feb 9, 2021
JLKwong pushed a commit to JLKwong/JLKwong.github.io that referenced this issue Feb 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready for VI
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants