Docker tab
    • 18 Apr 2023
    • 1 Minute to read
    • Dark
      Light
    • PDF

    Docker tab

    • Dark
      Light
    • PDF

    Article summary

    Docker is an open platform to build, ship and run distributed applications. With Administrator privileges, user can run Docker apps on Nodegrid. Docker applications can be pulled from Docker Hub, starting and stopping of the Docker Containers.

    Docker supports Seccomp and Apparmor. New containers are Seccomp and Apparmor enabled by default.

    To start a container without Seccomp and Apparmor, the following shell command is required:

    docker run --name <name> --security-opt seccomp=unconfined --security-opt apparmor=unconfined <image name>.

    Containers created before v5.4 retain the same behavior prior to this Docker upgrade. For example, if the container was created with the default command, Seccomp and Apparmor is disabled.



    Was this article helpful?

    What's Next
    ESC

    Eddy AI, facilitating knowledge discovery through conversational intelligence