Skip to content
Snippets Groups Projects
Select Git revision
  • ab267fef24266e09e795eca57693d6e541e09244
  • master default protected
2 results

My-Blog

  • Clone with SSH
  • Clone with HTTPS
  • Dmytro Bogatov's avatar
    Dmytro Bogatov authored
    ab267fef
    History

    My Blog

    How add to swarm

    Make sure the overlay network is created

    Deploy the service

    docker service create \
    	--name my-blog \
    	--constraint 'node.role == worker' \
    	--network internal-network \
    	registry.dbogatov.org/dbogatov/my-blog:latest