# 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"] |
# 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"] |