https://github.com/smalls1652/steamcmd-container
https://github.com/smalls1652/steamcmd-container
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/smalls1652/steamcmd-container
- Owner: Smalls1652
- Created: 2021-11-24T03:38:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-24T03:39:37.000Z (over 3 years ago)
- Last Synced: 2025-04-04T13:12:50.163Z (2 months ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SteamCMD Container
Just a quick sample of `steamcmd` running in a container.
## Uses
- [RockyLinux 8](https://hub.docker.com/r/rockylinux/rockylinux)
## Building and running
I'm personally using `buildah` and `podman` instead of `docker`, so change what's different for you.
```bash
# Build the image
buildah bud -t steamcmd-container .# Run an interactive prompt inside the container to play around.
podman run -it --name=steamcmd-container localhost/steamcmd-container:latest bash
```