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 commands to tutorial (fixes #792) #817

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

JLKwong
Copy link
Member

@JLKwong JLKwong commented Feb 3, 2021

Fixes #792

Description

Added the docker start and docker stop commands to the list of common commands in the Docker tutorial (changes are bolded):

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

Raw.Githack preview link

https://raw.githack.com/JLKwong/JLKwong.github.io/792-Add-Docker-Commands/#!pages/vi/dockertutorial.md

Copy link
Member

@dogi dogi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JLKwong looks like this was wrong branch ....

@JLKwong
Copy link
Member Author

JLKwong commented Feb 8, 2021

@JLKwong looks like this was wrong branch ....

Oh my gosh. 😂 I'll undo the wrong branch and push the right one. Thank you for pointing this out.

@JLKwong
Copy link
Member Author

JLKwong commented Feb 9, 2021

@dogi I reverted the changes from the wrong branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add docker start and docker stop to list of docker commands
2 participants