docker images
или docker image ls
— посмотреть список образов (ссылка, ссылка)
docker rmi <образ> [образ...]
или docker image rm <образ> [образ...]
— удалить образ(ы) (ссылка, ссылка)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
YAML utils. | |
============= | |
Common functions for YAML. | |
""" | |
import json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Get and save html. | |
============ | |
""" | |
import requests | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Download file. | |
============ | |
""" | |
import logging | |
from pathlib import Path |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
CSV utils. | |
========== | |
Common functions for lists and dictionaries in CSV files. | |
""" | |
import csv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
List in File. | |
============= | |
Common functions for lists and objects in files. | |
""" | |
import pickle |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Tor session. | |
============ | |
# pip install torpy==1.1.6 | |
""" | |
from torpy.http.requests import TorRequests |
account 1:
Mr. Putin
[email protected]
account 2:
Mr. Trump
[email protected]