Skip to content

Instantly share code, notes, and snippets.

View iamakashk's full-sized avatar
🎯
Focusing

Akash Kamble iamakashk

🎯
Focusing
View GitHub Profile
@iamakashk
iamakashk / DockerfileCommands.txt
Created May 25, 2020 06:27
List of Dockerfile Commands
FROM
MAINTAINER
EXPOSE
RUN
CMD
ENV
ADD
COPY
ENTRYPOINT
VOLUME
@iamakashk
iamakashk / .sh
Created May 23, 2020 06:49
Redis-installation-ubuntu
wget http://download.redis.io/redis-stable.tar.gz
tar xvzf redis-stable.tar.gz
cd redis-stable
make