Skip to content
Snippets Groups Projects
Select Git revision
0 results

Inara-CV

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

    Inara CV website

    How add to swarm

    Make sure that overlay network is created

    Deploy the service

    docker service create \
    	--name inara-cv \
    	--constraint 'node.role == worker' \
    	--network internal-network \
    	registry.dbogatov.org/dbogatov/inara-cv