skip to Main Content

Error with Jenkins installation on Ubuntu 20.04 – Debian

I'm trying to install Jenkins on an Azure VM with Ubuntu 20.04 following the next command lines: wget -q -O - https://pkg.jenkins.io/debian-stable/jenkins.io.key | sudo apt-key add - sudo sh -c 'echo deb https://pkg.jenkins.io/debian-stable binary/ > /etc/apt/sources.list.d/jenkins.list' sudo apt-get update -y…

VIEW QUESTION

Run the program with Docker

I want to run the program on a VPS server Ubuntu 18.04. It must be run with Docker with this command: docker run --rm --name aparser -v $(pwd)/aparser:/app -p 9091:9091 -t aparser/runtime./aparser -foreground But I get an error: docker: Cannot…

VIEW QUESTION
Back To Top
Search