Life is a Beautiful Sport
  • Home
  • About

Docker

A collection of 1 post
Docker

파이썬 3 설치 안하고 docker/django 프로젝트 생성하기

로컬환경에서 pvevn, vevn 설치 없이 장고프로젝트 시작하기! requirements.txt 생성 Docker `python:${version}` 사용해서 장고가 설정된 기본 requirements.txt 생성하기 $ docker pull python:3.6 $ docker run --rm -v "${PWD}":/tmp -it python:3.6 /bin/bash $ pip install django $ pip freeze > requirements.txt Dockerfile 생성 FROM python:3.6
2020년 7월 5일
Page 1 of 1
Life is a Beautiful Sport © 2025
Powered by Ghost