Skip to content

🐳 Docker image for use as VSCode Code Remote - Container with NodeJS, SapMachine and Maven.

License

Notifications You must be signed in to change notification settings

robingenz/docker-node-sapmachine-maven-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

docker-node-sapmachine-maven-dev

🐳 Docker image for use as VSCode Code Remote - Container with NodeJS, SapMachine and Maven.

How to use this image

Build image

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 image

Run the docker image:

docker run -it robingenz/node-sapmachine-maven-dev bash

Use with VSCode Code Remote

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": [],
}

Questions / Issues

If you got any questions or problems using the image, please visit my GitHub Repository and write an issue.

About

🐳 Docker image for use as VSCode Code Remote - Container with NodeJS, SapMachine and Maven.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published