Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Latest commit

 

History

History
8 lines (6 loc) · 427 Bytes

DockerCompose-Setup.md

File metadata and controls

8 lines (6 loc) · 427 Bytes

Docker Compose Container Setup

  1. Replace image: Container image with the correct container image
  2. Save the dockercompose.yml
  3. Open a command prompt or terminal and navigate to the directory containing the docker-compose.yml file.
  4. Run the following command to start the container: docker-compose up

This will create a Docker container that mounts the container image to the local storage readonly.