Skip to content
This repository has been archived by the owner on Feb 24, 2020. It is now read-only.

stage0: add --expose flag on app level #3691

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on May 31, 2017

  1. stage0: add --expose flag on app level

    This allows us to specify exposed ports at runtime in favor of patching the image manifests.
    A typical call will look like this:
    
    rkt run \
      --port shell:11111 \
      trusch.io/alpine \
        --expose shell,port=12345,protocol=tcp \
        --exec nc -- -lk -p 12345 -e /bin/sh
    
    This fixes issue rkt#2113 and is conflicting with PR rkt#3407
    trusch committed May 31, 2017
    Configuration menu
    Copy the full SHA
    7a536e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6947674 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2017

  1. Configuration menu
    Copy the full SHA
    b8b8747 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    349f899 View commit details
    Browse the repository at this point in the history