Sign inSign up

nikovirtala/copilot

By nikovirtala

•Updated over 3 years ago

Unofficial AWS Copilot Docker Image

Image
0

1.9K

nikovirtala/copilot repository overview

⁠copilot

The AWS Copilot CLI was announced at the time of AWS Cloud Containers Conference 2020⁠. Read more about the release from AWS blog https://aws.amazon.com/blogs/containers/introducing-aws-copilot/⁠ or check the documentation on https://github.com/aws/copilot-cli/wiki⁠.

The AWS Copilot CLI is a tool for developers to build, release and operate production ready containerized applications on Amazon ECS and AWS Fargate.

⁠Unofficial AWS Copilot Docker Image

This is my personal side project and has nothing to do with copilot or AWS. Image source code is available on https://github.com/nikovirtala/copilot⁠

⁠How to run?

  • Set up a function:
copilot() {
  docker run --rm -it \
  -v "${PWD}:/copilot" \
  -v "${HOME}/.aws:/copilot/.aws" \
  nikovirtala/copilot \
  $@
}
  • Run the dockerized copilot:
copilot

Tag summary

Content type

Image

Digest

sha256:56f5a599d…

Size

65.6 MB

Last updated

over 3 years ago

docker pull nikovirtala/copilot