MCPcopy Index your code
hub / github.com/docker/getting-started

github.com/docker/getting-started @main sqlite

repository ↗ · DeepWiki ↗
632 symbols 2,029 edges 18 files 58 documented · 9% 1 cross-repo links
README

Docker Getting Started Tutorial

This tutorial was written with the intent of helping folks get up and running with containers and is designed to work with Docker Desktop. While not going too much into depth, it covers the following topics:

  • Running your first container
  • Building containers
  • Learning what containers are
  • Running and removing containers
  • Using volumes to persist data
  • Using bind mounts to support development
  • Using container networking to support multi-container applications
  • Using Docker Compose to simplify the definition and sharing of applications
  • Using image layer caching to speed up builds and reduce push/pull size
  • Using multi-stage builds to separate build-time and runtime dependencies

Getting Started

If you wish to run the tutorial, you can use the following command after installing Docker Desktop:

docker run -d -p 80:80 docker/getting-started

Once it has started, you can open your browser to http://localhost.

Development

This project has a docker-compose.yml file, which will start the mkdocs application on your local machine and help you see changes instantly.

docker compose up

Contributing

If you find typos or other issues with the tutorial, feel free to create a PR and suggest fixes!

If you have ideas on how to make the tutorial better or want to suggest adding new content, please open an issue first before working on your idea. While we love input, we want to keep the tutorial scoped to new-comers. As such, we may reject ideas for more advanced requests and don't want you to lose any work you might have done. So, ask first and we'll gladly hear your thoughts!

Core symbols most depended-on inside this repo

_extends
called by 144
app/src/static/js/react-bootstrap.js
_interopRequireDefault
called by 130
app/src/static/js/react-bootstrap.js
_objectWithoutPropertiesLoose
called by 84
app/src/static/js/react-bootstrap.js
_inheritsLoose
called by 41
app/src/static/js/react-bootstrap.js
useBootstrapPrefix
called by 34
app/src/static/js/react-bootstrap.js
createWithBsPrefix
called by 28
app/src/static/js/react-bootstrap.js
_assertThisInitialized
called by 18
app/src/static/js/react-bootstrap.js
createBootstrapComponent
called by 18
app/src/static/js/react-bootstrap.js

Shape

Function 632

Languages

TypeScript100%

Modules by API surface

app/src/static/js/react-dom.production.min.js284 symbols
app/src/static/js/react-bootstrap.js248 symbols
app/src/static/js/babel.min.js58 symbols
app/src/static/js/react.production.min.js26 symbols
app/src/persistence/sqlite.js7 symbols
app/src/persistence/mysql.js7 symbols
app/src/static/js/app.js1 symbols
app/src/index.js1 symbols

Used by 1 indexed graphs manifest dependencies, hub-wide

Dependencies from manifests, versioned

express4.18.2 · 1×
jest29.3.1 · 1×
mysql22.3.3 · 1×
nodemon2.0.20 · 1×
prettier2.7.1 · 1×
sqlite35.1.2 · 1×
uuid9.0.0 · 1×
wait-port1.0.4 · 1×
mkdocs1.3.0 · 1×
mkdocs-material4.6.3 · 1×
mkdocs-minify-plugin0.2.3 · 1×
pygments2.7.4 · 1×

Datastores touched

(mysql)Database · 1 repos

For agents

$ claude mcp add getting-started \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact