Skip to content

Latest commit

 

History

History
17 lines (8 loc) · 233 Bytes

README.md

File metadata and controls

17 lines (8 loc) · 233 Bytes

My IDE setup as a docker container

Build

docker build -t axelpereira/ide:develop .

Test

docker run -it axelpereira/ide:develop

Push

docker login # on DockerHub

docker push axelpereira/ide:develop