Skip to content
Snippets Groups Projects
Select Git revision
  • master
1 result

My-Blog

  • Open with
  • Download source code
  • Your workspaces

      A workspace is a virtual sandbox environment for your code in GitLab.

      No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.

  • Dmytro Bogatov's avatar
    Dmytro Bogatov authored
    70c1b193
    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