Demo

The containerized IDE for the Workspace
that is the lightweight management UI of Applications and Projects in LatticeOS.?


OpenSSH

Install openssh at first.

# apk add openssh

Using openssh connect to the host.

# ssh [ROOT_USERNAME]@[IP_OF_HOST]

Then, you can using the command of docker to pull&run the project.

# docker pull daocloud.io/dphdjy/workspace

Now, you have this container and can start.

# docker run -d --volumes-from Desktop daocloud.io/dphdjy/workspace

The arg --volumes-from can link this container to Desktop container and make the dir workspace publice.


Curl & Restful

This is NOT a good idea, so we will remove it.


Workspace -> Container

Well, This is the bast way to do, but has some bug.