Docker tab
    • 23 Dec 2024
    • 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, users can run Docker apps on Nodegrid. Docker applications can be pulled from Docker Hub, starting and stopping of the Docker Containers.

    docker

    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