File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -71,14 +71,15 @@ echo -e '\033[0;33mCreating Aliase in ZSH.....\033[0m'
7171echo " alias $ali_init =\" bash $path /init_docker.sh\" " >> $zshrc
7272echo " alias $ali_build =\" docker build -t valgrind - < $path /valgrind\" " >> $zshrc
7373echo " alias $ali_valgrind ='docker run -ti -v \$ PWD:/code -v \" $path /root\" :/root valgrind bash'" >> $zshrc
74- source $zshrc
74+
75+ echo -e ' \e\033[0;32mPlease source your zshrc new now with:"source ~/.zshrc".\e\033[0m'
7576
7677echo -e ' \033[0;33mCreating Scripts.....\033[0m'
7778cp " $PWD /init_docker.sh" " $path /"
7879cp " $PWD /valgrind" " $path /"
7980
80- echo -e ' \033[0;33mBuilding your first Container.....\033[0m'
81- bash " $path /init_docker.sh"
82- docker build -t valgrind - < " $path /valgrind"
83-
8481echo " Installation completed. Enjoy Docker :)"
82+
83+ echo -e " \e\033[0;32mInit your Docker now with >$ali_init <.\e\033[0m"
84+ echo -e " \e\033[0;32mMake sure your Docker is running and build your Container with >$ali_build <.\e\033[0m"
85+ echo -e " \e\033[0;32mStart the Container in your project with >$ali_valgrind <.\e\033[0m"
Original file line number Diff line number Diff line change @@ -5,5 +5,3 @@ RUN apt-get upgrade -y
55RUN apt-get install g++ valgrind -y
66RUN apt-get install make
77RUN apt-get install nano -y
8- RUN apt-get install libreadline6 libreadline6-dev -y
9-
You can’t perform that action at this time.
0 commit comments