Tạo một image docker với Flask
B1: Tạo file Dockerfile với nội dung sau B2: Tạo file requirement.txt với nội dung sau B3: Tạo file index.py (đây là file code python về flask) B4: Build một image docker để chạy code flask python trên B5: Kiểm tra các image trong hệ thống B6: Thử chạy image này để xem kết quả […]
Continue Reading