portainer / Dockerfile
goingyt's picture
Create Dockerfile
d8be24d verified
raw
history blame
213 Bytes
# Use the official Portainer CE image as the base image
FROM portainer/portainer-ce:latest
# Expose the Portainer web interface port
EXPOSE 9000
# Set the entrypoint to start Portainer
ENTRYPOINT ["./portainer"]