Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 407 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 407 Bytes

Get Started

  1. clone this repository

    $ git clone https://github.com/kotazuck/cli-practice1.git
    $ cd cli-practice1
    
    
  2. build image and run container

    • use docker command
      $ docker build -t cli-practice:1.0 .
      $ docker run -it --rm --name cli-practice1 cli-practice:1.0
      
    • use make command
      $ make run TAG="1.0"