#
codeSnippets
title: Install Code Snippets label: Install Code Snippets order: 100 authors:
- name: Charl Cronje email: charl@webally.co.za link: https://blog.webally.co.za avatar: https://assets.webally.co.za/avatars/darker.jpg edit: repo: "https://github.com/charlpcronje/setup.docs.devserv.me/edit/" base: /src branch: main label: Edit on GitHub editor: enabled: false favicon: favicon.png links:
- text: Projects Portfolio link: https://webally.co.za/projects
- text: Wiki, Tips and Docs link: https://docs.webally.co.zao.za
- text: Resume link: https://cv.webally.co.za
- text: LinkedIn link: https://www.linkedin.com/in/charlpcronje
- text: GitHub link: https://github.com/charlpcronje
- text: Upwork Profile link: https://www.upwork.com/freelancers/~01ccb1439024ec9c50 footer: copyright: "webAlly © Copyright . All rights reserved."---
Just to demonstrate, I will install this with Docker but not Via Portainer
Just run the following command via SSH
docker run -d --name snippetbox -p 4447:5000 -v /var/www/tools/snippetBox:/app/data pawelmalak/snippet-box
- Sometimes when it is a simple
Docker
setup then it's easier to just do this viaSSH
than to do all the effort to login toPortainer
- It does not matter oif you add the container here or in Portainer, you will still it in Portainer
Done!