Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save tscheckenbach/ce3d3d40d26a7402bd94cfe0638d0df8 to your computer and use it in GitHub Desktop.

Select an option

Save tscheckenbach/ce3d3d40d26a7402bd94cfe0638d0df8 to your computer and use it in GitHub Desktop.
core os ignition
{
"variant": "fcos",
"version": "1.7.0",
"passwd": {
"users": [
{
"name": "tsc",
"ssh_authorized_keys": [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOp3pNV3RDpWBlPdN6mONyjFSrXNUzxCikXrCHCTiEjP"
]
}
]
},
"systemd": {
"units": [
{
"name": "docker.service",
"enabled": true
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment