https://github.com/eisengrind/docker-altv-server
https://github.com/eisengrind/docker-altv-server/actions
Searching for the alt:V voice server image? https://hub.docker.com/r/eisengrind/altv-voice-server
The unofficial alt:V server Docker image.
release, release-2.8, 2.8
rc, rc-3.0-rc2, 3.0-rc2
dev, dev-2.2-dev12, 2.2-dev12
The Docker image for the alt:V server including all commonly used modules. Currently, the js-module and the csharp-module are supported. Your module can of course be added too! Feel free to make a PR to add your module!
Visit the image on https://hub.docker.com/r/eisengrind/altv-server.
For the $build and $branch variables you have to enter the regarding alt:V versioning values.
$build represents the build number of the server source files. E.g. $build=1098
$branch represents the branch where the server build was released. E.g. $branch=release
To use custom vehicle data, you can mount a volume to the directory /opt/altv/data/. By using the volume you can then overwrite the vehmodels.bin and vehmods.bin files.
Most of the time if you are using containers, especially images, correctly, you will create a customized Docker image. For example by adding resources to a container which will represent a current version of your files.
You can use this images as a base for your future customizations:
DockerfileFROM eisengrind/altv-server:release RUN mkdir -p /opt/altv/resources/test-resource
This example, however, just creates an empty folder within the alt:V resources folder.
We provide two different kinds of tags for the alt:V Docker images: specific and non-specific image tags.
In general, this means that specific tags represent a unique alt:V build version whereas a non-specific tag such as release... or dev... represents the latest build number of the regarding branch.
Thus, once an image with a non-specific tag is pulled, this image will not automatically get updated by Docker unless you remove and pull the image again from Docker Hub.
This is why we provide specific tags. Those kind of tags do explicitly not lead to a caching problem, because specific tags are not meant to be, once they are published, changed.
tl;dr Keep in mind that you should always specify a specific tag in a Dockerfile.
Since this images inherits from the debian:buster-slim image, we schedule nightly builds every 24 hours to reduce security invulnerabilities.
We highly recommend to update the altv-server image as frequent as possible.
Keep in mind that, because of the frequent updates, we overwrite the image tags release, dev, rc aswell as their build versions.
To use a specific image, we recommend using their Sha-256 digest hash as an image selector.
See the https://github.com/eisengrind/docker-altv-server/blob/master/LICENSE-file for further information.
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。


探索更多轩辕镜像的使用方法,找到最适合您系统的配置方式
通过 Docker 登录认证访问私有仓库
无需登录使用专属域名
Kubernetes 集群配置 Containerd
K3s 轻量级 Kubernetes 镜像加速
VS Code Dev Containers 配置
Podman 容器引擎配置
HPC 科学计算容器配置
ghcr、Quay、nvcr 等镜像仓库
Harbor Proxy Repository 对接专属域名
Portainer Registries 加速拉取
Nexus3 Docker Proxy 内网缓存
需要其他帮助?请查看我们的 常见问题Docker 镜像访问常见问题解答 或 提交工单
docker search 限制
站内搜不到镜像
离线 save/load
插件要用 plugin install
WSL 拉取慢
安全与 digest
新手拉取配置
镜像合规机制
manifest unknown
no matching manifest(架构)
invalid tar header(解压)
TLS 证书失败
DNS 超时
域名连通性排查
410 Gone 排查
402 与流量用尽
401 认证失败
429 限流
D-Bus 凭证提示
413 与超大单层
来自真实用户的反馈,见证轩辕镜像的优质服务