Sign inSign up

intocps/workspace

By intocps

•Updated 3 months ago

A workspace image for the Digital Twin as a Service.

Image
Internet of things
Operating systems
0

1.6K

intocps/workspace repository overview

⁠Workspace

A new workspace image for DTaaS⁠.

⁠📦 Pre-built Images

Pull the image:

# From Docker Hub
docker pull intocps/workspace:latest

⁠Run it

Using plain docker command:

docker run -d --shm-size=512m \
  -p 8080:8080 \
  -e MAIN_USER=user1 --name workspace  workspace:latest

:point_right: You can change the MAIN_USER variable to any other username of your choice.

⁠Use Services

⁠Clean Up

docker stop workspace
docker rm workspace

⁠Deployment Options

This workspace supports multiple deployment configurations depending on your needs. All deployment-relevant documentation can be seen on the workspace repository⁠.

⁠📊 Deployment Comparison

Featurecompose.ymlcompose.traefik.ymlcompose.traefik.secure.ymlcompose.traefik.secure.tls.yml
Reverse Proxy❌✅✅✅
Multi-user❌✅✅✅
OAuth2 Auth❌❌✅✅
TLS/HTTPS❌❌❌✅
Production Ready❌❌❌✅
Use CaseLocal devMulti-user devSecure dev/testProduction

Tag summary

Content type

Image

Digest

sha256:836a5e0cf…

Size

1 GB

Last updated

3 months ago

docker pull intocps/workspace