How to run docker in docker like non root user
My goal today is used this image with jenkins and modified it with following way. This image using user jenkins inside container like default. I want run docker inside this…
My goal today is used this image with jenkins and modified it with following way. This image using user jenkins inside container like default. I want run docker inside this…
When I started with this web for the first year it costed all 30$ per year.When I wanted renew with no other extra work the price was imidiately diferrent. year…
where to downloadtips for useful pluginsrecommended settingsuseful shortcuts Download For download use this link. Tips for useful plugins For better orientation in the code use plugin "highlight-icemode" it highlights same…
User permission #Create user and set password $addsuer myuser $passwd myuser #set myuser sudo rights $sudo usermod -aG wheel myuser #change root password $sudo su $su -l $passwd
For running SonarQube server wee need fistly instal Postgresql dabase. Instruction is here. And now we can start to install SonarQube. First go here https://www.sonarqube.org/downloads/ click right button on "community…
Go to https://www.postgresql.org/download/ and choose your distribution (in my case RHEL family) and choose version of your OS and version of Postgresql # yum install https://download.postgresql.org/pub/repos/yum/11/redhat/rhel-7-x86_64/pgdg-redhat11-11-2.noarch.rpm # yum install postgresql11…
Lets start to check what we have from previous articles installed. Python 3.x $python3 -V $sudo apt-get --only-upgrade install python3 PIP3 $python3 -m pip --version $sudo apt install python3-pip for…
Aim of this article is record skype meeting into MP4 on Windows 10. InstallationSettingShortcut for start recording Download program ShareX from here and install it. Install VB-CABLE Virtual Audio Device.…
what we have installed from previous articles: We have installed Windows 10 with hyper-v enabledWe have Windows Subsystem for Linux (WSL) enabledWe have installed Ubuntu 18.04 LTS from Windows StoreInside…
In previous article I have described how to prepare WSL for using with docker and todday Id like to describe some improvements with using Hyper terminal. Download it from here…