https://github.com/dansomething/dockerized-dotfiles
All of my dotfiles installed in a Docker image
https://github.com/dansomething/dockerized-dotfiles
Last synced: 3 months ago
JSON representation
All of my dotfiles installed in a Docker image
- Host: GitHub
- URL: https://github.com/dansomething/dockerized-dotfiles
- Owner: dansomething
- License: mit
- Created: 2025-01-01T19:11:17.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-01T19:20:40.000Z (5 months ago)
- Last Synced: 2025-01-01T20:23:53.773Z (5 months ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dockerized Dotfiles
This repository contains a Dockerfile to build an Ubuntu Docker image containing
all of my dotfiles. This is useful for quickly demonstrating and testing them.* [dotfiles](https://github.com/dansomething/dotfiles)
* [dot_vim](https://github.com/dansomething/dot_vim)## Building the image
To build the image, run the following command:
```bash
docker build --rm -t dotfiles:latest .
```## Running the container
To run the container, run the following command:
```bash
docker run -it --rm dotfiles:latest
```