A workspace image for the Digital Twin as a Service.
1.6K
A new workspace image for DTaaS.
Pull the image:
# From Docker Hub
docker pull intocps/workspace:latest
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.
docker stop workspace
docker rm workspace
This workspace supports multiple deployment configurations depending on your needs. All deployment-relevant documentation can be seen on the workspace repository.
| Feature | compose.yml | compose.traefik.yml | compose.traefik.secure.yml | compose.traefik.secure.tls.yml |
|---|---|---|---|---|
| Reverse Proxy | ❌ | ✅ | ✅ | ✅ |
| Multi-user | ❌ | ✅ | ✅ | ✅ |
| OAuth2 Auth | ❌ | ❌ | ✅ | ✅ |
| TLS/HTTPS | ❌ | ❌ | ❌ | ✅ |
| Production Ready | ❌ | ❌ | ❌ | ✅ |
| Use Case | Local dev | Multi-user dev | Secure dev/test | Production |
Content type
Image
Digest
sha256:836a5e0cf…
Size
1 GB
Last updated
3 months ago
docker pull intocps/workspace