dstack
Enterprise extends the open-source version of dstack
with SSO and other advanced governance features.
It’s fully compatible with the open-source dstack
CLI and API.
Request a free 60-day trial of dstack
Enterprise here.
Once you're given access to dstack
Enterprise, you can pull the image as follows:
echo $DSTACK_ENTERPRISE_TOKEN | docker login ghcr.io -u $DSTACK_ENTERPRISE_USERNAME --password-stdin
Login Succeeded
docker pull ghcr.io/dstackai/dstack-enterprise:latest
And, run the image:
docker run -it -p 3000:3000 -v \
$HOME/.dstack-enterprise/server/:/root/.dstack/server \
ghcr.io/dstackai/dstack-enterprise:latest
The admin user token is "bbae0f28-d3dd-4820-bf61-8f4bb40815da"
The dstack server is running at http://localhost:3000
Note
Replace latest
with a specific version of dstack
Enterprise. See versions.
The version format for dstack
Enterprise is <dstack version>-<enterpise build>
. Examples: 0.18.2-v1
.
The first part corresponds to the open-source dstack version and CLI, while the second part is the enterprise build number.
The history of dstack
Enterprise releases can be found in the dstackai/dstack-enterprise
repo.