Launch workspace
It is very easy to launch Alnoda workspace - it is just a Docker image, and all you need is to have Docker on your computer. If you don't have Docker installed, visit docker.com
To start a basic Alnoda workspace simply execute this command in your terminal shell, it will work in any system
docker run --name space-1 -d -p 8020-8040:8020-8040 --restart=always alnoda/alnoda-workspace
Open your WEB browser and navigate to http://localhost:8020
The workspace UI home page includes default applications: a terminal and a file browser. You can open them directly from the page.
Info
You can launch a fully equipped development environment with many applications already installed. Explore Alnoda Hub to discover pre-configured workspaces.
Lets explore default workspace applications: terminal and file browser.