Skip to content

dokku/docker-run-export

docker-run-export

Exports the flags passed to a docker run call to a variety of formats.

This is a work in progress

Building

go build

Formats

  • docker docker-compose.yml 3.7: Docs
  • ecs task-definition.json: Docs
  • ecs-cfn CloudFormation AWS::ECS::TaskDefinition: Docs
  • nomad job.nomad HCL: Docs
  • nomad-json job.json: Docs
  • kubernetes deployment.yml: Use kompose

Usage

Warning: not all formats will support all flags. Warnings will be emitted on stderr. Some flags may be validated if they contain units or formatting of some sort, which may result in errors being output as well.

docker-run-export run --dre-project derp --dre-format compose --add-host "somehost:162.242.195.82" --cap-add DERP --cpus 5 --expose 5:5 alpine:latest key echo "hi derp"

Non docker run supported flags:

  • dre-project: the project name
  • dre-format: the format to export as

About

exports the flags passed to a `docker run` call to a variety of formats

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Sponsor this project

  •  

Packages

 
 
 

Contributors