# setup_nvim **Repository Path**: gofera/setup_nvim ## Basic Information - **Project Name**: setup_nvim - **Description**: my setup nvim - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-11 - **Last Updated**: 2024-05-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # build ``` docker build -t gofera/centos7-mydata:v1 . ``` # push ``` docker push gofera/centos7-mydata:v1 ``` # run ``` docker run -it -v ~/code/share:/share -v ~/code:/code gofera/centos7-mydata:v1 /bin/bash ```