config
config copied to clipboard
config files, Dockerfiles, Taskfiles for Developers.
config
简体中文 | English
- Contains a large number of
installation/deploymentscripts that developers need to use in their daily work. - Automatically supports
cross-platforminstallation. - Thanks to the go-task project.
included:
docker-composedockerfileTaskfile
Manual:
- ✅ Manual
Contents:
Docker-compose:
- ✅ docker-compose/local
Docker + Dockerfile:
- ✅ Dockerfile
Python + Ubuntu + Dockerfile:
- ✅ dockerfile/python
# build ubuntu + python:3.12
task df:py:b312
# test container:
task df:py:t312