Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mattyait/docker_files
- Owner: mattyait
- License: apache-2.0
- Created: 2019-05-10T04:29:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-13T01:08:08.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T22:01:47.391Z (3 months ago)
- Topics: alpine, aws-cli, dockerfile, kubectl, packer, serverless, terraform
- Size: 26.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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