qedrakmar / dockercon-2018-multiarch-demo

ARM32, ARM64, and AMD64, oh my

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:Go 61.7%Language:HTML 38.3%