File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
packages/homepage/content/docs Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,6 @@ designed to mirror the default behavior of the framework. If your project
3232requires advanced configuration, try using a Container Sandbox instead.
3333
3434Currently 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
5957Unlike Client Sandboxes, Containers also expose access to the Terminal, which
6058allows 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
6260the filesystem of the container instance will cause the files shown in the
6361Editor 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
You can’t perform that action at this time.
0 commit comments