Skip to content

Commit

Permalink
Begin instructions for later docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Cat5TV committed Aug 19, 2019
1 parent 70bfdb4 commit 3f373d4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions notes/docker/docker-container.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@
- Connect to the container: `docker exec -it nemslinux bash`
- Compile NEMS Linux as normal, platform 21.
- Run NEMS Linux: `docker exec -d nemslinux`

##How to operate

- nemslinux must first be running as daemon: `docker run -d nemslinux`
- To access terminal of NEMS Server: `docker exec -it nemslinux bash`

0 comments on commit 3f373d4

Please sign in to comment.