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

My-Blog

  • Clone with SSH
  • Clone with HTTPS
  • Dmytro Bogatov's avatar
    Dmytro Bogatov authored
    0e6f5a7d
    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