Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 751 Bytes

File metadata and controls

32 lines (28 loc) · 751 Bytes

Commands - Online Shopping Protal

  1. Cloning Repository

    git clone REPOSITORY
  2. Installing Docker and Docker Compose

    chmod +x docker_installation.sh
    ./docker_installation.sh
    sudo usermod -aG docker $USER
    sudo systemctl start docker
  3. Building Dockerfile

    docker build -t online_store:v1 .
    docker tag -t muhammadabdullahabrar/practice:online_store
    docker push muhammadabdullahabrar/practice:online_store
  4. Implementing Docker Compose

    docker-compose up -d
  5. Using Docker Scout

    docker scout cves online_store:v1 --format markdown >> image_report.md
  6. Testing and Checking