Skip to content

qedrakmar/dockercon-2018-multiarch-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running the Demo

Set up a cluster of amd64, arm32v7, and/or arm64v8 machines running Docker. Configure Docker Swarm Mode in the configuration of your choosing (keeping in mind that manager nodes are intentionally excluded from the demo in the provided stack.yml, so if the cluster is simply for the purposes of running this demo, it is recommended to only use a single manager node).

$ docker stack deploy -c stack.yml --resolve-image never dockercon-demo

Once running, hit http://localhost:9090 or http://swarm-ip:9090 in your web browser and you should see a list of all worker nodes and their associated architecture, with a button to toggle their involvement in the network generation.

About

ARM32, ARM64, and AMD64, oh my

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 61.7%
  • HTML 38.3%