An open API service indexing awesome lists of open source software.

https://github.com/smalls1652/steamcmd-container


https://github.com/smalls1652/steamcmd-container

Last synced: 2 months ago
JSON representation

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
```