Skip to content

Commit 697be2a

Browse files
authored
Update environment text
1 parent e5b2fc1 commit 697be2a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/homepage/content/docs/7-environment.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ designed to mirror the default behavior of the framework. If your project
3232
requires advanced configuration, try using a Container Sandbox instead.
3333

3434
Currently it is not possible to convert a Client Sandbox to a Container Sandbox.
35-
Support for this is on the roadmap, you can follow progress
36-
[here](https://github.com/codesandbox/codesandbox-client/issues/2111).
3735

3836
## Container Environment
3937

@@ -58,7 +56,7 @@ itself.
5856

5957
Unlike Client Sandboxes, Containers also expose access to the Terminal, which
6058
allows you to run most commands you'd normally expect to be able to run in the
61-
command line. However, keep in mind that running certain commands which alter
59+
command line. However, you don't have root access. Also, keep in mind that running certain commands which alter
6260
the filesystem of the container instance will cause the files shown in the
6361
Editor to become out of sync, such as manually running `yarn add` or running
6462
`git` commands. We don't sync files and directories that are ignored via

0 commit comments

Comments
 (0)