From 4c467fcf72fef25fafc19d6f37c1994ce324e519 Mon Sep 17 00:00:00 2001 From: JLKwong Date: Tue, 2 Feb 2021 23:00:21 -0800 Subject: [PATCH 1/6] Add Docker commands to tutorial (fixes #792) --- pages/vi/dockertutorial.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/vi/dockertutorial.md b/pages/vi/dockertutorial.md index 4db8a5d43..d5688d8b2 100644 --- a/pages/vi/dockertutorial.md +++ b/pages/vi/dockertutorial.md @@ -106,6 +106,8 @@ Please read about [Docker concepts](https://docs.docker.com/get-started/#docker- A few common Docker CLI commands you might need for working with `treehouses` are: +- `docker start ` – start one or multiple stopped containers +- `docker stop ` - stop one or multiple running containers - `docker ps` – show running containers - `docker ps -a` - show all containers - `docker logs -f` - follow the log output of a container From 3157adbc60edd2d79cb5c60a6f3b0e892228abb6 Mon Sep 17 00:00:00 2001 From: JLKwong Date: Wed, 3 Feb 2021 00:29:13 -0800 Subject: [PATCH 2/6] Add link to Planet (fixes #762) --- pages/vi/orientation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/vi/orientation.md b/pages/vi/orientation.md index 0f5ffcc73..625b1f1ef 100644 --- a/pages/vi/orientation.md +++ b/pages/vi/orientation.md @@ -47,7 +47,7 @@ To stay up to date with the projects you are contributing to, make sure you "sta #### [Docker](https://hub.docker.com/r/treehouses/) * Docker is a powerful and widely-used software option for creating, deploying, and running applications in containers - * Used by OLE for educational applications such as `planet` + * Used by OLE for educational applications such as [`planet`](https://www.ole.org/our-platform/) ## A Few Things to Know... From ac3469ee0bd5f1a5495603be056272dc107a3455 Mon Sep 17 00:00:00 2001 From: JLKwong Date: Thu, 4 Feb 2021 20:26:24 -0800 Subject: [PATCH 3/6] Revert "Add Docker commands to tutorial (fixes #792)" This reverts commit 4c467fcf72fef25fafc19d6f37c1994ce324e519. --- pages/vi/dockertutorial.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/pages/vi/dockertutorial.md b/pages/vi/dockertutorial.md index d5688d8b2..4db8a5d43 100644 --- a/pages/vi/dockertutorial.md +++ b/pages/vi/dockertutorial.md @@ -106,8 +106,6 @@ Please read about [Docker concepts](https://docs.docker.com/get-started/#docker- A few common Docker CLI commands you might need for working with `treehouses` are: -- `docker start ` – start one or multiple stopped containers -- `docker stop ` - stop one or multiple running containers - `docker ps` – show running containers - `docker ps -a` - show all containers - `docker logs -f` - follow the log output of a container From e2850f66a965b4055cb861a89a56da87d458450b Mon Sep 17 00:00:00 2001 From: JLKwong Date: Mon, 8 Feb 2021 22:59:17 -0800 Subject: [PATCH 4/6] evert "Revert "Add Docker commands to tutorial (fixes #792)"" This reverts commit ac3469ee0bd5f1a5495603be056272dc107a3455. --- pages/vi/dockertutorial.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/vi/dockertutorial.md b/pages/vi/dockertutorial.md index 4db8a5d43..d5688d8b2 100644 --- a/pages/vi/dockertutorial.md +++ b/pages/vi/dockertutorial.md @@ -106,6 +106,8 @@ Please read about [Docker concepts](https://docs.docker.com/get-started/#docker- A few common Docker CLI commands you might need for working with `treehouses` are: +- `docker start ` – start one or multiple stopped containers +- `docker stop ` - stop one or multiple running containers - `docker ps` – show running containers - `docker ps -a` - show all containers - `docker logs -f` - follow the log output of a container From 5e82c55e9c433e515956fb507cf7f4db1aa9ac3f Mon Sep 17 00:00:00 2001 From: JLKwong Date: Mon, 8 Feb 2021 23:18:23 -0800 Subject: [PATCH 5/6] Revert "Add link to Planet (fixes #762)" This reverts commit 3157adbc60edd2d79cb5c60a6f3b0e892228abb6. --- pages/vi/orientation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/vi/orientation.md b/pages/vi/orientation.md index 625b1f1ef..0f5ffcc73 100644 --- a/pages/vi/orientation.md +++ b/pages/vi/orientation.md @@ -47,7 +47,7 @@ To stay up to date with the projects you are contributing to, make sure you "sta #### [Docker](https://hub.docker.com/r/treehouses/) * Docker is a powerful and widely-used software option for creating, deploying, and running applications in containers - * Used by OLE for educational applications such as [`planet`](https://www.ole.org/our-platform/) + * Used by OLE for educational applications such as `planet` ## A Few Things to Know... From 6def1d161dd90d349a3a2f3427b7aa8f122f1468 Mon Sep 17 00:00:00 2001 From: JLKwong <61807745+JLKwong@users.noreply.github.com> Date: Fri, 26 Mar 2021 19:28:56 -0700 Subject: [PATCH 6/6] Update orientation.md --- pages/vi/orientation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/vi/orientation.md b/pages/vi/orientation.md index 0f5ffcc73..625b1f1ef 100644 --- a/pages/vi/orientation.md +++ b/pages/vi/orientation.md @@ -47,7 +47,7 @@ To stay up to date with the projects you are contributing to, make sure you "sta #### [Docker](https://hub.docker.com/r/treehouses/) * Docker is a powerful and widely-used software option for creating, deploying, and running applications in containers - * Used by OLE for educational applications such as `planet` + * Used by OLE for educational applications such as [`planet`](https://www.ole.org/our-platform/) ## A Few Things to Know...