Giter VIP home page Giter VIP logo

container-apt's Introduction

APT - Automated Provisioning Tools

github_actions_badge github_releases_badge github_container_badge

This image contains tools around Ansible, Packer and Terraform for automated provisioning of infrastructures:

  • Microsoft Azure
  • Amazon Web Services
  • On-Premises

The main purpose of this image is to act as a control node for development of declerative infrastructure as code (IaC) and configuration management (CM) used in CI/CD pipelines.

Getting Started

Prerequisities

Optional: Install a Nerd Font on the system and configure the used terminal (e.g. VS Code integrated terminal) to display all icons within the container's shell or editor.

Usage

By default this container is running infinitly, if started in detached mode. Mount volumes on container start to share IaC and CM files with the provisioning tools inside the container.

Run container:

# Docker on Linux or Mac
docker run --rm -d \
    -v "${PWD}:/srv" \
    --name apt ghcr.io/zeiss/apt

# Docker on Windows
docker run --rm -d `
    -v "${PWD}:/srv" `
    --name apt ghcr.io/zeiss/apt

Note: Follow the File Sharing section for prerequisities, if running Docker on Windows in Hyper-V mode.

Jump into running container:

docker exec -it apt bash

Run container with custom command:

# Docker on Linux or Mac
docker run --rm -it -v "${PWD}:/srv" ghcr.io/zeiss/apt \
    CMD

# Docker on Windows
docker run --rm -it -v "${PWD}:/srv" ghcr.io/zeiss/apt `
    CMD

Note: Connections from this container to the docker host can be established with the special DNS name host.docker.internal which resolves to the internal IP address used by the host.

Useful File Locations

Contributing

If you find issues, please register them at this GitHub project issue page or consider contributing code by following this guideline.

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.