2025-06-19 21:17:48 -04:00
2025-06-13 20:12:08 -04:00
2025-06-19 21:17:48 -04:00
2025-06-19 13:05:44 -04:00
2025-06-08 10:02:37 -04:00
2025-06-13 20:12:08 -04:00

Demystifying Docker

This repo is a work in progress documenting my upcoming presentation for Scenic City Summit 2025. This repo is currently split into 2 parts.

Slide Deck presentaiton

The slides folder contains my slide deck for the event. To view the presentation:

cd slides
yarn
yarn dev

Once everything is done it should open a browser window to http://localhost:3030. I am using slidev for the slide deck. All of the "slides" are in a single markdown file in the slides directory.

Code examples

The examples folder contains several Docker examples.

examples/fullstack is a basic example containing a backend NodeJS application with a React frontend as well as a Postgres Database. The project is set up so that you can do all development in dev containers. The node_modules folder for the backend is isolated from your host system and only exists inside the running container. For this reason, you will need to use a devcontainer in order to be able to get things like Intellisense and typings.

Description
No description provided
Readme 6.4 MiB
Languages
TypeScript 50.3%
Vue 49.7%