Skip to content

naviot/poc-coreos-update-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

poc-coreos-update-system

SSH

sudo cp code_dir/service_unit/* /etc/systemd/system/
sudo systemctl daemon-reload

sudo systemctl start client.service
sudo systemctl start updater.service

#check output
journalctl -f -u client.service
#chek output
journalctl -f -u updater.service

#run update
docker exec -it updater /code_dir/update_code.sh --client update

#check output
journalctl -f -u client.service
#chek output
journalctl -f -u updater.service

systemctl

sudo cp code_dir/systemd/service_unit/* /etc/systemd/system/
sudo systemctl daemon-reload

sudo systemctl start client.service
sudo systemctl start updater.service

#check output
journalctl -f -u client.service
#chek output
journalctl -f -u updater.service

#run update
docker exec -it updater /code_dir/systemd/update_code.sh --client update

#check output
journalctl -f -u client.service
#chek output
journalctl -f -u updater.service

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages