|
| 1 | +{ |
| 2 | + "cells": [ |
| 3 | + { |
| 4 | + "cell_type": "markdown", |
| 5 | + "id": "1cd4d128-0f39-4d9b-baad-3ca2caaf07f8", |
| 6 | + "metadata": { |
| 7 | + "jupyter": { |
| 8 | + "source_hidden": true |
| 9 | + }, |
| 10 | + "slideshow": { |
| 11 | + "slide_type": "slide" |
| 12 | + }, |
| 13 | + "tags": [] |
| 14 | + }, |
| 15 | + "source": [ |
| 16 | + "# Intro to Docker\n", |
| 17 | + "\n", |
| 18 | + "<!--  -->\n", |
| 19 | + "<img src=\"img/whale.png\" style=\"width: 118%; height: 118%\" alt=\"\">\n", |
| 20 | + "\n", |
| 21 | + "<!--  -->\n", |
| 22 | + "<img src=\"img/avocado.png\" style=\"width: 80%; height: 80%\" alt=\"\">" |
| 23 | + ] |
| 24 | + }, |
| 25 | + { |
| 26 | + "cell_type": "markdown", |
| 27 | + "id": "93f9ac56-5999-4be1-9615-6c9dd4b800c0", |
| 28 | + "metadata": { |
| 29 | + "slideshow": { |
| 30 | + "slide_type": "slide" |
| 31 | + }, |
| 32 | + "tags": [] |
| 33 | + }, |
| 34 | + "source": [ |
| 35 | + "## Intro\n", |
| 36 | + "\n", |
| 37 | + "**Lance Stephens**\n", |
| 38 | + "\n", |
| 39 | + "Been in the game for over a decade. Was a DevOps engineer at Greenhouse Software until May 2023 (3.5 years). \n", |
| 40 | + "\n", |
| 41 | + "Now [#opentowork](https://www.linkedin.com/in/lancestephens/)!\n", |
| 42 | + "\n", |
| 43 | + "Extracurriculars include community organizing with [Pythonistas](https://www.meetup.com/pythonistas/) (founder) and [Coffee & Code](https://www.meetup.com/okccoffeeandcode/), volunteering with [ReMerge](https://www.remergeok.org/), going to concerts, and travel.\n", |
| 44 | + "\n", |
| 45 | + "<!--  -->\n", |
| 46 | + "<img src=\"img/me.jpg\" style=\"width: 100%; height: 100%\" alt=\"\">" |
| 47 | + ] |
| 48 | + }, |
| 49 | + { |
| 50 | + "cell_type": "markdown", |
| 51 | + "id": "1a68a553", |
| 52 | + "metadata": { |
| 53 | + "tags": [] |
| 54 | + }, |
| 55 | + "source": [ |
| 56 | + "## Topics\n", |
| 57 | + "\n", |
| 58 | + "**Covered**\n", |
| 59 | + "\n", |
| 60 | + "* Brief explanation and history\n", |
| 61 | + "* Setup environment\n", |
| 62 | + "* Dockerfile\n", |
| 63 | + "* Docker Compose\n", |
| 64 | + "* Upload to Docker Hub registry\n", |
| 65 | + "* Continuous Integration\n", |
| 66 | + "\n", |
| 67 | + "<!--  -->\n", |
| 68 | + "<img src=\"img/whale.png\" style=\"width: 118%; height: 118%\" alt=\"\">" |
| 69 | + ] |
| 70 | + } |
| 71 | + ], |
| 72 | + "metadata": { |
| 73 | + "kernelspec": { |
| 74 | + "display_name": "Python 3 (ipykernel)", |
| 75 | + "language": "python", |
| 76 | + "name": "python3" |
| 77 | + }, |
| 78 | + "language_info": { |
| 79 | + "codemirror_mode": { |
| 80 | + "name": "ipython", |
| 81 | + "version": 3 |
| 82 | + }, |
| 83 | + "file_extension": ".py", |
| 84 | + "mimetype": "text/x-python", |
| 85 | + "name": "python", |
| 86 | + "nbconvert_exporter": "python", |
| 87 | + "pygments_lexer": "ipython3", |
| 88 | + "version": "3.10.11" |
| 89 | + } |
| 90 | + }, |
| 91 | + "nbformat": 4, |
| 92 | + "nbformat_minor": 5 |
| 93 | +} |
0 commit comments