Visual Studio Code
Extension
Yaml from Red Hat
{ "yaml.schemas": { "kubernetes": "*.yaml" } }
Config SSH login to Github
# .ssh/config
Host github.com
User git
IdentityFile ~/.ssh/id_rsa
IdentitiesOnly yesBuilding Code Server Container
Create folder and env file
Create docker-compose.yml file
Last updated