Skip to content

Repo to host my Docker Swarm talk complete with ASP.NET Core demo application

License

Notifications You must be signed in to change notification settings

AshleyPoole/docker-swarm-talk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Docker Swarm Talk Using .NET Core Example Application

This talk among many things demonstrates:

  • Running a container
  • Swarm features native to the Docker Engine (1.12RC+)
    • Creating a service
    • Scaling a service
    • Rolling update of a service
  • Publishing an application to Docker Hub

The code that created the Docker images are in the branches V1 and V2. The branch names correspond to the Docker tags.

Note - Currently this talk is written for use on Linux / OS X. I have however provided a Dockerfile named DockerfileWindows for the ASP.NET Core demo application and plan to add a build-vbox.ps1 script once Windows swarms are natively supported.

Credits

buildswarm-vbox.sh has been modified but is originally from https://github.com/docker/labs

About

Repo to host my Docker Swarm talk complete with ASP.NET Core demo application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages