Skip to content

Commit

Permalink
Update docker-container.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Cat5TV committed Aug 18, 2019
1 parent 8bce784 commit 469b1cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion notes/docker/docker-container.md
@@ -1,3 +1,5 @@
- Create the Debian container: `nemsid=$(docker run -dit debian) && docker rename $nemsid nemslinux`
- Connect to the container: `docker exec -it nemslinux bash`
- Prep.
- Prep as normal.
- *exit* and restart the container: `docker restart nemslinux`
- Reconnect and build: `nems-build.sh 21`

0 comments on commit 469b1cd

Please sign in to comment.