first commit

This commit is contained in:
2023-10-18 13:41:12 +02:00
commit 70bc043600
5 changed files with 264 additions and 0 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
```
docker build -t python_change_ip .
```
```
docker run -d --name=change_ip --restart unless-stopped python_change_ip
```
```
docker system prune
docker image prune -a
```