Skip to content

krixapolinario/getting-started-app

 
 

Repository files navigation

Getting started

1. GitHub

This repository is a sample application for users following the getting started guide at https://docs.docker.com/get-started/.

The application is based on the application from the getting started tutorial at https://github.com/docker/getting-started

2. SBOM

2.1 Deploy

make run

Then, you should be able to access the application and dependency track:

http://localhost:3000/
http://localhost:8080/login

2.2 Edit .env

Use the template.env file to create a .env file with secrets. These secretes should be created by logging into dependency track, creating a project and obtaining an API token and the project ID. The default username and password are admin/admin.

http://localhost:8080/login

2.3 Upload SBOM

Run the following command and go to the project in dependency track. You should now view SBOM report.

make all

2.4 Cleanup

make clean

About

A simple application for the getting started guide in Docker's documentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.3%
  • Makefile 4.4%
  • HTML 4.1%
  • CSS 2.6%
  • Shell 2.1%
  • Dockerfile 0.5%