Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mattyait/docker_files

docker files for multiple purpose
https://github.com/mattyait/docker_files

alpine aws-cli dockerfile kubectl packer serverless terraform

Last synced: about 2 months ago
JSON representation

docker files for multiple purpose

Awesome Lists containing this project

README

        

# docker_files
docker files for multiple purpose

## Build the docker image

docker build -t -f .

## Run the container with mounting the working directory

docker run -i -d -v $(pwd):/mnt/workspace --name workstation

## Login into the container to use as working environment

docker exec -it $(docker ps | grep | awk '{print $1}') bash