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

My-Blog

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