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.
- A machine or environment with ARM64 architecture support.
- Docker installed on your ARM64 system.
To build the Docker image, follow these steps:
-
Clone this repository to your local machine:
git clone https://github.com/your-username/steamcmd-docker-arm64.git
-
Navigate to the repository's directory:
cd steamcmd-docker-arm64
-
Build the Docker image using the provided
Dockerfile
: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 your_steam_username your_steam_password
Replace
your_steam_username
andyour_steam_password
with your actual Steam credentials. -
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
.