No description
  • JavaScript 76.7%
  • CSS 10.8%
  • Dockerfile 6.3%
  • HTML 6.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
securityeng-bot[bot] 68c1b9f87c
fix: use lockfile-aware install commands (#134)
Co-authored-by: securityeng-bot[bot] <219863240+securityeng-bot[bot]@users.noreply.github.com>
2026-06-15 11:52:52 -04:00
.github/workflows chore: pin GitHub Actions to commit SHA (#128) 2026-06-04 13:29:38 -04:00
public Update twitter icon 2023-10-24 10:47:12 -06:00
src Update twitter icon 2023-10-24 10:47:12 -06:00
.dockerignore Add docker ignore. 2023-03-07 14:27:05 -05:00
.gitignore Initial commit 2023-02-24 13:19:07 +00:00
.npmrc ci: enforce ignore-scripts policy for Node package managers 2026-05-27 15:37:54 +00:00
Dockerfile fix: use lockfile-aware install commands (#134) 2026-06-15 11:52:52 -04:00
MAINTAINERS.md Update maintainers docs. (#23) 2023-11-13 13:21:05 -05:00
package-lock.json Remove unnecessary deps. 2023-03-02 14:58:13 -05:00
package.json Remove unnecessary deps. 2023-03-02 14:58:13 -05:00
README.md Add Dockefile. (#1) 2023-04-19 14:02:06 -04:00

Welcome to Docker

This is a repo for new users getting started with Docker.

You can try it out using the following command.

docker run -d -p 8088:80 --name welcome-to-docker docker/welcome-to-docker

And open http://localhost:8088 in your browser.

Building

Maintainers should see MAINTAINERS.md.

Build and run:

docker build -t welcome-to-docker . 
docker run -d -p 8088:3000 --name welcome-to-docker welcome-to-docker

Open http://localhost:8088 in your browser.