juliojsb / containers-playground

Containers info, labs and useful resources

Repository from Github https://github.comjuliojsb/containers-playgroundRepository from Github https://github.comjuliojsb/containers-playground

Containers Playground

Para trabajar directamente en la terminal utilizaremos VIM.

Configuración VIM optimizada para YAML:

syntax on
set tabstop=2 softtabstop=2 shiftwidth=2
set expandtab
set number ruler
set autoindent smartindent
syntax on
filetype plugin indent on

" Force saving files that require root permission 
cnoremap w!! w !sudo tee > /dev/null %

Otros editores de texto:

About

Containers info, labs and useful resources

License:Apache License 2.0


Languages

Language:HTML 76.1%Language:Dockerfile 13.3%Language:JavaScript 10.6%