sks / Dockerfile
redfernstech's picture
Create Dockerfile
2c63ca5 verified
raw
history blame
421 Bytes
# Use the specified image from Docker Hub
FROM williamjackson/excalibur:0.4.3
# Set the working directory
WORKDIR /excalibur
# Create a volume for your data directory (local path on your machine)
VOLUME ["~/excalibur-data"]
# Initialize the database (this will be run when the container starts)
CMD ["initdb"]
CMD docker pull alexeiled/docker-oracle-xe-11g
CMD docker run -v ~/excalibur-data:/excalibur excalibur-image