Accessing the DevBox

There are various ways to interact with your DevBox. The first step is to verify the name of the workspace that you want to interact with.

If you prefer video from, click here for a 7min video!

# to get the workspace name
dz workspace list

You will see something like this...

You can interact with this via:

  • dz workspace connect <workspace name>

  • local IDEs [eg: VS Code (doc), JetBrains (doc)]

  • SSH (doc)

To view running applications, visit <workspacename>:<port> in your browser (more info on this under Access Running Applications!

Tutorial Video

Here's a video covering all these concepts:

Last updated