venerdì 13 aprile 2018

create a django docker container with a bash script

Yesterday while I was writing this post and documentation about how I build and how use my personalized docker django image, I had think (yes, I’m not a genius, and I’m slow to understood) that I can put all the commands sequence in a bash script and automatize the entire procedure.
create a file named script.sh
script.sh
launch the script from the terminal:
bash ./script.sh ~/your/local/path/folder

Nessun commento:

Posta un commento

Install Elasticsearch on Ubuntu

ELK STACK install Java sudo apt-get install default-jdk Elasticsearch 6 wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch...