Contoh Dockerfile Dengan Ubuntu
FIle Dockerfile
FROM ubuntu:18.04
RUN apt-get update
RUN apt-get install apache2 -y
EXPOSE 80
CMD apachectl -D FOREGROUND
File docker-compose.yml
version: "3.9" # optional since v1.27.0
services:
web:
build: .
ports:
- "8000:80"
Lanjut Part : 1
Jam : 17:09:08
Durasi Part : 0:0:1
Durasi Total : 0:0:1
Punya Pertanyaan , Silahkan Whatsapp Langsung
Muhammad Ullil Fahri
WA : 089696380422
Tautan WA : https://wa.me/message/SG4YA2XQP5FPE1
Muhammad Ullil Fahri
WA : 089696380422
Tautan WA : https://wa.me/message/SG4YA2XQP5FPE1