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
Use openssh to connect to the host.
# ssh [ROOT_USERNAME]@[IP_OF_HOST]
Then, you can use the command 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 public.
Curl & Restful
This is NOT a good idea, so we will remove it.
Workspace -> Container
Well, this is the best way to go, but has some bugs.