Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

uyupun-archive/suzume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

suzume

SUstainable Zookeep & Update MEchanism

開発環境の構築

# VagrantのBoxの起動
$ vagrant up

# VagrantのBoxにSSH接続
$ vagrant ssh

# Nomadの開発用のエージェント(Client/Server両用)の起動
$ sudo nomad agent -dev -bind=0.0.0.0

# Web UIを開く
$ open 192.168.56.10:4646

# サンプルのジョブ(Redis)の作成(HTTP API経由)
$ curl --request POST --data @example.json http://192.168.56.10:4646/v1/jobs

# VagrantのBoxの削除
$ vagrant destroy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published