All Projects → jbelmont → docker-workshop

jbelmont / docker-workshop

Licence: MIT license
Workshop on Docker, Containers and Golang

Programming Languages

go
31211 projects - #10 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to docker-workshop

docker-roj
Portable environments for Docker swarms and stacks
Stars: ✭ 31 (+55%)
Mutual labels:  docker-swarm, docker-machine
playing-docker-swarm-docker-machine
Scripts to help you to play with Docker Swarm and Docker Machine
Stars: ✭ 19 (-5%)
Mutual labels:  docker-swarm, docker-machine
Awesome Docker
🐳 A curated list of Docker resources and projects
Stars: ✭ 20,870 (+104250%)
Mutual labels:  docker-swarm, docker-machine
Docker Swarm
🐳🐳🐳 This repository is part of a blog series on Docker Swarm example using VirtualBox, OVH Openstack, Azure and Amazon Web Services AWS
Stars: ✭ 43 (+115%)
Mutual labels:  docker-swarm, docker-machine
Docker Swarm Tutorial
Docker Swarm 基本教學 - 從無到有 Docker-Swarm-Beginners-Guide📝
Stars: ✭ 148 (+640%)
Mutual labels:  docker-swarm, docker-machine
Docker For All
Docker applied in development, devops, testing, product management etc.
Stars: ✭ 88 (+340%)
Mutual labels:  docker-swarm, docker-machine
Docker Windows Box
Various Vagrant envs with Windows 2019/10 and Docker, Swarm mode, LCOW, WSL2, ...
Stars: ✭ 487 (+2335%)
Mutual labels:  docker-swarm, docker-machine
Spring Microservice Sample
Spring Boot based Mircoservice sample
Stars: ✭ 199 (+895%)
Mutual labels:  docker-swarm, docker-machine
jupyterhub-deploy-swarm
A DockerSwarm Jupyterhub setup, which uses a NFS Server running in a Docker Container for persistent storage
Stars: ✭ 19 (-5%)
Mutual labels:  docker-swarm, docker-volumes
docker-machine-mac-nfs-mount
Docker machine Mac OS X nfs mount
Stars: ✭ 17 (-15%)
Mutual labels:  docker-machine
swarm-monitor
Monitor a Docker Swarm with Blinkt! LED
Stars: ✭ 48 (+140%)
Mutual labels:  docker-swarm
containers
Repo containing the dockerfiles and scripts to produce the official eclipse-temurin containers.
Stars: ✭ 73 (+265%)
Mutual labels:  dockerhub
flask-docker-swarm
Running Flask on Docker Swarm
Stars: ✭ 29 (+45%)
Mutual labels:  docker-swarm
dockupdater
Automatically keep your docker services and your docker containers up-to-date with the latest version
Stars: ✭ 76 (+280%)
Mutual labels:  docker-swarm
swarm-gcp-faas
Setup OpenFaaS on Google Cloud with Terraform, Docker Swarm and Weave
Stars: ✭ 15 (-25%)
Mutual labels:  docker-swarm
openci
A serverless continuous integration system powered by Python, Flask, and OpenFaaS.
Stars: ✭ 27 (+35%)
Mutual labels:  docker-swarm
ethibox
Open-source web apps hoster
Stars: ✭ 130 (+550%)
Mutual labels:  docker-swarm
aws-docker-swarm
Terraform and helper resources for running a production Docker Swarm on AWS
Stars: ✭ 74 (+270%)
Mutual labels:  docker-swarm
express-docker-app
Hyperminimal setup of an Express app with Docker. :)
Stars: ✭ 15 (-25%)
Mutual labels:  docker-swarm
swarm-launcher
A docker image to allow the launch of container in docker swarm, with options normally unavailable to swarm mode
Stars: ✭ 28 (+40%)
Mutual labels:  docker-swarm

Docker Workshop

The Workshop is separated in nine sections:

Preparations:

  • Install Docker
  • Clone this repo: git clone https://github.com/jbelmont/docker-workshop.git
  • Docker Images:
docker pull mongo:3.4.5
docker pull golang:1.8.3
docker pull redis
docker pull mhart/alpine-node:8.0.0

Assumptions:

  • During this workshop the following ports will be used: 8081, 8080, 3000-3005.

If they are not available on your machine, adjust the CLI commands accordingly.

Group Details

Join Code Craftsmanship Saturdays Meetup

Join Code Craftsmanship Saturdays Github Org

Prerequisites

Since Docker leverages the Operating System's virtualization technologies, the install requirements for Docker are specific.

OS X requirements:

  • 2010 or newer model with Intel's MMU virtualization
  • OS X El Capitan 10.11 or newer

Windows requirements:

  • 64-bit Windows
  • Windows 10 Pro, Enterprise or Education (not Home, not Windows 7 or 8) to install Hyper-V
  • Windows 10 Anniversary Update or better
  • Access to your machine's BIOS to turn on virtualization

Install Docker

Docker Logo

Gitbook

Go to the gitbook Here

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].