Skip to content

Docker images for brokers published via the PowerTAC Wiki

Notifications You must be signed in to change notification settings

powertac/broker-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PowerTAC Broker Images

This repository contains Dockerfiles for building Docker images for use with the PowerTAC Experiment Scheduler.

Requirements

The Docker command line interface is required to build the broker images. Please refer to the Docker documentation for installation details: Install Docker Engine - Docker Documentation.

Building an image

Use the docker build command to build an image:

$ docker build -t IMAGE_NAME:IMAGE_TAG BROKER_IMAGE_PATH
  • IMAGE_NAME: name of the created image (lowercase)
  • IMAGE_TAG: tag of the created image (lowercase); can be omitted and defaults to latest
  • BROKER_IMAGE_PATH: path to the directory containing the Dockerfile

To build AgentUDE17's image you can use this command, for example:

$ docker build -t agentude:2017 ./agentude17

Adding an images

Please create a pull request if you want to add an image to this repository.

About

Docker images for brokers published via the PowerTAC Wiki

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published