Skip to content

Commit

Permalink
Change instruction to use compile script
Browse files Browse the repository at this point in the history
  • Loading branch information
Cat5TV committed Aug 20, 2019
1 parent 3904188 commit 76e0c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notes/docker/docker-container.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Key point is that NEMS' Docker Container requires systemd, but as that would pose a security risk, I have opted to instead go with docker-systemctl-replacement. I've setup an environment that should behave much like a virtual appliance.

- Run in image folder: `docker build -t nemslinux .`
- Run in image folder: `./compile`
- Deploy the container as daemon: `docker run --mount type=tmpfs,destination=/tmp,tmpfs-mode=1770 --restart=unless-stopped --stop-timeout 120 --name nems -d nemslinux`
- Connect to the container: `docker exec -it nemslinux bash`
- Compile NEMS Linux as normal, platform 21.
Expand Down

0 comments on commit 76e0c7d

Please sign in to comment.