A simple application for the getting started guide in Docker's documentation
Go to file
dependabot[bot] bb8d27572c
Bump semver from 5.7.1 to 5.7.2
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-17 17:18:56 +00:00
spec first commit 2023-07-17 10:17:25 -07:00
src first commit 2023-07-17 10:17:25 -07:00
package.json first commit 2023-07-17 10:17:25 -07:00
README.md first commit 2023-07-17 10:17:25 -07:00
yarn.lock Bump semver from 5.7.1 to 5.7.2 2023-07-17 17:18:56 +00:00

Getting started

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