Skip to content

A mini-docker project, providing an alpine docker container to play around in the running container.

Notifications You must be signed in to change notification settings

julianps/alpine-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Preconditions

  • Docker is installed on the maschine

Installation

git clone https://github.com/julianps/alpine-dev.git

Usage

Just change the username in the Dockerfile

ENV USER $YourName$

change the variables in the start-alpine-dev script:

container_name="jps-alpine-dev"
image_name="jps/alpine"

finally execute ./start-alpine-dev.sh

Conveniance

add the following to your ~/.bash_profile and change the $LOCATION, to start the container with the command alpine from the commandline.

alias alpine=alpine-dev

function alpine-dev(){
  cd $LOCATION 
  ./start-alpine-dev.sh
}

About

A mini-docker project, providing an alpine docker container to play around in the running container.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published