Skip to content

1kovand1/DockerTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Подготовка образа

  1. Скопировать Dockerfile в папку с шаблоном.
  2. Запустить build: docker build --pull --rm -f "Dockerfile" -t <название> ".".
  3. Загрузка в репозиторий:
docker tag  <название> <репозиторий>/<название>
docker image push <репозиторий>/<название>

Создание контейнера

  1. Скопировать папку .devcontainer в рабочую папку.
  2. Вставить название образа в .devcontainer/Dockerfile.
  3. Запустить VSCode->открыть в контейнере.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors