Skip to content

Latest commit

 

History

History
56 lines (43 loc) · 4.77 KB

docker-images.md

File metadata and controls

56 lines (43 loc) · 4.77 KB

Docker images

Try to update what each image containing in the way of binaries and plugins.

base-developer

Is an image based on alpine.

It includes these standard packages

Packages Required by
git Fetch code
openssh-client Git
iputils Ping none root
curl Fetch code/config
sed Parse config
jq Parse config
htop What's running
neofetch System info
cmatrix Nerd standard

nvim-developer

The image is based on base-developer and includes

  1. vim-plug to manage plugins

  2. Plugins init.vim:

    Packages Description Required by Start Cmd
    nvim-telescope/telescope.nvim Fuzzy finder :Telescope
    nvim-treesitter Syntax highligting
    ray-x/lsp_signature.nvim Function signature
    hrsh7th/nvim-cmp Completion engine
    lewis6991/gitsigns.nvim Git decoration Active automatic by init script
    akinsho/toggleterm terminal :ToggleTerm size=40 dir=/projects direction=vertical
    kyazdani42/nvim-tree project tree :NvimTreeOpen
    mfussenegger/nvim-dap Enable debugging
    kyazdani42/nvim-web-devicons nvim-tree
    nvim-lua/popup.nvim telescope
    nvim-lua/plenary.nvim telescope, gitsigns
    hrsh7th/vim-vsnip nvim-cmp
    hrsh7th/cmp-buffer nvim-cmp

tmux-developer

The image is based on base-developer and includes

Packages Required by Using
tmux
openssh-server tmux share sessions /usr/sbin/sshd
openrc start ssh server /bin/rc-status
procps tmux _username /bin/ps