@@ -19,8 +19,6 @@ A workspace is a virtual sandbox environment for your code in GitLab. You can us
...
@@ -19,8 +19,6 @@ A workspace is a virtual sandbox environment for your code in GitLab. You can us
Each workspace includes its own set of dependencies, libraries, and tools, which you can customize to meet the specific needs of each project. Workspaces use the AMD64 architecture.
Each workspace includes its own set of dependencies, libraries, and tools, which you can customize to meet the specific needs of each project. Workspaces use the AMD64 architecture.
For a demo of this feature, see [GitLab Workspaces Demo](https://go.gitlab.com/qtu66q).
## Set up a workspace
## Set up a workspace
### Prerequisites
### Prerequisites
...
@@ -197,6 +195,12 @@ GitLab uses the Linux root group ID permission to create, update, or delete file
...
@@ -197,6 +195,12 @@ GitLab uses the Linux root group ID permission to create, update, or delete file
If you have a container image that does not support arbitrary user IDs, you cannot create, update, or delete files in a workspace. To create a container image that supports arbitrary user IDs, see the [OpenShift documentation](https://docs.openshift.com/container-platform/4.12/openshift_images/create-images.html#use-uid_create-images).
If you have a container image that does not support arbitrary user IDs, you cannot create, update, or delete files in a workspace. To create a container image that supports arbitrary user IDs, see the [OpenShift documentation](https://docs.openshift.com/container-platform/4.12/openshift_images/create-images.html#use-uid_create-images).
## Related topics
-[Quickstart guide for GitLab remote development workspaces](https://go.gitlab.com/AVKFvy)
-[Set up your infrastructure for on-demand, cloud-based development environments in GitLab](https://go.gitlab.com/dp75xo)