A simple application for the getting started guide in Docker's documentation
Go to file
dependabot[bot] 46ed5b0d1a
Bump @babel/traverse from 7.20.1 to 7.24.1
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.20.1 to 7.24.1.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.1/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-08 09:35:07 +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 Update package.json 2023-10-12 13:26:12 -07:00
README.md first commit 2023-07-17 10:17:25 -07:00
yarn.lock Bump @babel/traverse from 7.20.1 to 7.24.1 2024-04-08 09:35:07 +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