π³ Docker image for use as VSCode Code Remote - Container with NodeJS, SapMachine and Maven.
Build from GitHub:
docker build -t robingenz/node-sapmachine-maven-dev github.com/robingenz/docker-node-sapmachine-maven-dev
Available build arguments:
- NODEJS_VERSION
- SAP_MACHINE_VERSION
- MAVEN_VERSION
Run the docker image:
docker run -it robingenz/node-sapmachine-maven-dev bash
devcontainer.json
:
// For format details, see https://aka.ms/vscode-remote/devcontainer.json or this file's README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.112.0/containers/docker-existing-dockerfile
{
"name": "docker-node-sapmachine-maven-dev",
"context": "..",
"image": "robingenz/node-sapmachine-maven-dev",
"settings": {
"terminal.integrated.shell.linux": "/bin/bash",
"terminal.integrated.shellArgs.linux": [
"-l"
]
},
"extensions": [],
}
If you got any questions or problems using the image, please visit my GitHub Repository and write an issue.