Giter Site home page Giter Site logo

mv-docker_env-show's Introduction

Docker: env-show

Docker example: my very simple container.

Container:

env | sort | awk -F= '{printf "%10s=%s\n", $1, $2}'

Shows container's environment variables at runtime.

Tasks:

make vars  - Defined vars for [env-show]

make build - Run 'docker build'
make img   - Run 'docker images' for [env-show]
make imgs  - Run 'docker images' for all
make tag   - Run 'docker tag' latest to [v0]
make tags  - Run 'docker tag' latest to ECR and DockerHub

make run   - Run 'docker run -t -i env-show'
make sh    - Run 'docker run -t -i env-show /bin/sh'
make bash  - Run 'docker run -t -i env-show /bin/bash'

make ecr   - Run 'docker push' to ECR: [aws-account-id.dkr.ecr.region.amazonaws.com:env-show]
make hub   - Run 'docker push' to DockerHub: [repo/env-show]

make clean_imgs - Cleanup: remove local [env-show] images
make clean_tags - Cleanup: remove REMOTE tags
make clean      - Cleanup: remove local images and REMOTE tags

make ecr_create - ECR: Create repo for [env-show]
make ecr_login  - ECR: Login

make ver      - Current version: [env-show:v0]
make upver    - Current version + 1
make resetver - Reset version to [v0]

mv-docker_env-show's People

Contributors

mv avatar

Watchers

James Cloos avatar

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.