Soal dapat dilihat di https://itnsa.id/. Ketentuan Soal Access srv1.artemis.local to do tasks in this section Container Name : proteus-registry Use image registry:2.7.0 from docker hub Volume mounts : /mnt/registry to /var/lib/registry Expose container port 1234 Eanble https by using local self-signed CA Generate CA using openssl Common name : srv1.artemis.local …
Read More »LKSN2021 Modul C – Containerized Python Web Application
Running Python Web Application Use the code Python Web Application in /opt/sample-web to create a Dockerfile Use base image python:3.8-slim Expose port 80 Copy all code into workdir. Use /opt/sample-web as workdir inside the container. Save the Dockerfile in /opt/sample-web/Dockerfile Build the Dockerfile into image with name sampleweb:latest Run the …
Read More »