wForget commented on code in PR #32:
URL: 
https://github.com/apache/incubator-gluten-site/pull/32#discussion_r1868867492


##########
docs/developers/docker_gluten_centos7.md:
##########
@@ -0,0 +1,25 @@
+---
+layout: page
+title: Docker script for Pre-build CentOS 7
+nav_order: 7
+parent: Developers
+grand_parent: Documentations
+permalink: /docs/developers/docker-gluten-centos7/
+---
+Here is a docker script we verified to build Gluten+Velox backend on Pre-build 
CentOS 7:
+
+Run on host as root user:
+```bash
+docker pull apache/gluten:vcpkg-centos-7
+docker run -itd --name gluten-centos-7 apache/gluten:vcpkg-centos-7 /bin/bash
+docker attach gluten

Review Comment:
   ```suggestion
   docker attach gluten-centos-7
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to