| // Licensed to the Apache Software Foundation (ASF) under one or more |
| // contributor license agreements. See the NOTICE file distributed with |
| // this work for additional information regarding copyright ownership. |
| // The ASF licenses this file to You under the Apache License, Version 2.0 |
| // (the "License"); you may not use this file except in compliance with |
| // the License. You may obtain a copy of the License at |
| // |
| // http://www.apache.org/licenses/LICENSE-2.0 |
| // |
| // Unless required by applicable law or agreed to in writing, software |
| // distributed under the License is distributed on an "AS IS" BASIS, |
| // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| // See the License for the specific language governing permissions and |
| // limitations under the License. |
| |
| // For format details, see https://aka.ms/devcontainer.json. For config options, see the README at: |
| // https://github.com/microsoft/vscode-dev-containers/tree/v0.234.0/containers/ubuntu |
| { |
| "name": "apache mnemonic", // The name of the project or service |
| "dockerComposeFile": "docker-compose.devcontainer.yml", // The Docker Compose file to use for setting up the development environment |
| "service": "mnemonic", // The specific service in the Docker Compose file to focus on |
| "workspaceFolder": "/ws/mnemonic", // The folder in the container that will be used as the workspace |
| "shutdownAction": "stopCompose" // The action to take when shutting down the container (stopping the Docker Compose setup) |
| } |
| |