Skip to content

The docker container for running the structs-grass process

Notifications You must be signed in to change notification settings

playstructs/docker-structs-grass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

docker-structs-grass

Docker container for running the Guild Rapid Alert System Stream.

Docker Hub: https://hub.docker.com/r/structs/structs-grass/

Structs

In the distant future the species of the galaxy are embroiled in a race for Alpha Matter, the rare and dangerous substance that fuels galactic civilization. Players take command of Structs, a race of sentient machines, and must forge alliances, conquer enemies and expand their influence to control Alpha Matter and the fate of the galaxy.

How to Build

git clone git@github.com:playstructs/docker-structs-grass.git
cd docker-structs-grass
docker build .

How to Use this Image

Quickstart

The following will run the latest GRASS process.

docker run -d --rm --name=structs-grass structs/structs-grass:latest

Interactive

A good way to run for development and for continual monitoring is to attach to the terminal:

docker run -it --rm --name=structs-grass structs/structs-grass:latest

Learn more

License

Copyright 2021 Slow Ninja Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

The docker container for running the structs-grass process

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published