This is an automated email from the ASF dual-hosted git repository.

lesun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/gobblin.git


The following commit(s) were added to refs/heads/master by this push:
     new e5d711a  Update Docker-Integration.md
e5d711a is described below

commit e5d711a617a6d4b9bb0e30fb8b5355d89bd0e426
Author: Shirshanka Das <[email protected]>
AuthorDate: Wed Feb 3 17:31:28 2021 -0800

    Update Docker-Integration.md
    
    Fix reference to docker repository, remove Todo.
---
 gobblin-docs/user-guide/Docker-Integration.md | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/gobblin-docs/user-guide/Docker-Integration.md 
b/gobblin-docs/user-guide/Docker-Integration.md
index 148b17b..be33380 100644
--- a/gobblin-docs/user-guide/Docker-Integration.md
+++ b/gobblin-docs/user-guide/Docker-Integration.md
@@ -4,7 +4,7 @@
 
 # Introduction
 
-Gobblin integrates with Docker by running a Gobblin standalone service inside 
a Docker container. The Gobblin service inside the container can monitor the 
host filesystem for new job configuration files, run the jobs, and write the 
resulting data to the host filesystem. The Gobblin Docker images can be found 
on Docker Hub at: https://hub.docker.com/u/gobblin/
+Gobblin integrates with Docker by running a Gobblin standalone service inside 
a Docker container. The Gobblin service inside the container can monitor the 
host filesystem for new job configuration files, run the jobs, and write the 
resulting data to the host filesystem. The Gobblin Docker images can be found 
on Docker Hub at: https://hub.docker.com/r/apache/gobblin
 
 # Docker
 
@@ -102,9 +102,6 @@ Run these commands to start the docker image:
 
 The GaaS will be started, and the service can now be accessed on 
localhost:6956.
 
-### Interact with GaaS
-
-##### TODO: Add an end-to-end workflow example in GaaS.
 
 # Future Work
 

Reply via email to