diff --git a/index.html b/index.html index 6a0e8f5..c29bfcb 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ ---
Dockside lets dev teams code from anywhere in clones of their production environment and share and stage their work online for stakeholders.
+ +Dockside launches each dev environment fully equipped with custom domain name, HTTPS reverse proxy, seamless SSH access, plus a built-in web-based IDE (Theia), and fine-grained access controls so its IDE and web services can be shared with/staged for exactly whom you wish – and no further.
+- Dockside makes working from anywhere from your browser a breeze, - thanks to the incredible Eclipse Theia online IDE, featuring professional UI, complete with syntax highlighting, terminals and support for VS Code extensions. + Use either the built-in VS Code-compatible Theia web-based IDE; any IDE like VS Code or JetBrains, Eclipse, Atom or Sublime that supports remote development over SSH; or any console text editor. Terminal and SSH with root access.
Spin up a dev environment (or 'devtainer') in seconds. Launch one for each task, from your preprepared profiles. Switch between multiple tasks, just as you switch between browser tabs. If you mess up, just start afresh.
+Spin up a dev environment (or 'devtainer') in seconds. Launch one for each task, from your preprepared profiles. Switch between multiple tasks, just as you switch between browser tabs. If you mess up, just start afresh.
Stage any devtainer, either privately or on the public internet, for review, sign-off or testing, by colleagues, clients or management. Access secured by HTTPS.
+Stage your work publicly or privately and securely, allowing instant feedback on your work from colleagues, testers, PMs, managers and clients.
Eliminate whole classes of error arising from production environment differences. - Develop with confidence: if your code runs in your devtainer, then it runs in production.
+ Develop with confidence: if your code runs in your devtainer, then it runs in production.For power users, Dockside provides devtainers with access to underlying system resources and alternative runtimes and architectures, while locking down access for other users through a role-based access control scheme.
++ Everything preconfigurable. Fine-grained permissions system lets you lock down runtimes, networks & images for new starters, give trusted devs more control but PMs and management web service visibility only. +
Dockside’s resource requirements are minimal. Proven to support large numbers of devtainers on relatively small servers, VMs or cloud instances.
+Dockside’s resource requirements are minimal. Proven to support large numbers of devtainer on relatively small servers, VMs or cloud instances.
mkdir -p ~/.dockside && \
docker run -it --name dockside \
-v ~/.dockside:/data \
-v /var/run/docker.sock:/var/run/docker.sock \
-p 443:443 -p 80:80 \
--security-opt=apparmor=unconfined \
newsnowlabs/dockside --ssl-builtin
+
+ mkdir -p ~/.dockside && \
+ docker run -it --name dockside \
+ --mount=type=volume,src=dockside-ssh-hostkeys,dst=/opt/dockside/host \
+ -v ~/.dockside:/data \
+ -v /var/run/docker.sock:/var/run/docker.sock \
+ -p 443:443 -p 80:80 \
+ --security-opt=apparmor=unconfined \
+ newsnowlabs/dockside --ssl-builtin
Dockside comes into its own when self-hosted online, whether on-premises or in the cloud.
-- {% octicon mark-github height:16 class:"right left" aria-label:hi %} - Learn more on GitHub → - -
-Dockside offers many of the same features as Github Codespaces, Gitpod and VS Code for the Web, but offers unique staging features and advanced multi-user access controls +
++ {% octicon mark-github height:16 class:"right left" aria-label:hi %} + Learn more on GitHub → + +
+Dockside can be run on local machine with Docker (on Linux, on Mac (Intel/M1/M2), and even on Raspberry Pi 4+) ... but comes into its own when self-hosted on-premises or in the cloud. +
++ {% octicon mark-github height:16 class:"right left" aria-label:hi %} + Learn more on GitHub → + +