This repository provides a Docker image for running SteamCMD on ARM64 architecture. SteamCMD is a command-line utility that allows you to install and manage dedicated game servers via Steam.
To build the Docker image, follow these steps:
Clone this repository to your local machine:
git clone https://github.com/TeriyakiGod/steamcmd-docker-arm64.git
Navigate to the repository's directory:
cd steamcmd-docker-arm64
Build the Docker image using the provided Dockerfile
:
sudo docker build -t steamcmd-arm64 .
This command will build the Docker image named "steamcmd-arm64."
Once you've built the Docker image, you can run the SteamCMD container using the following steps:
Run the SteamCMD container:
docker run -it steamcmd-arm64
This command starts an interactive session inside the container. When you start the container the steamcmd runs and updates immediately.
You can now use SteamCMD within the container to install and manage game servers. For example:
Steam>
+login anonymous
To exit the container when you're done, simply type exit
.
If you need to make modifications to the container the root password is: steamcmd
.