Questions tagged [rocket]

Rocket is a new container runtime, designed for composability, security, and speed. Do not use this tag for the [rust] web framework, use [rust-rocket] instead. Do not use this for Rocket Software products, use appropriate product-specific tag such as [rocket-u2], [unidata], [universe], etc

Rocket is an alternative to the runtime, designed for server environments with the most rigorous security and production requirements. Rocket is oriented around the App Container specification, a new set of simple and open specifications for a portable container format.

30 questions
10
votes
4 answers

What's the difference between Docker and Rocket from CoreOS?

Can anyone understand and explain the fundamental differences of Docker and Rocket? I don't seem to get it. Maybe it's just too new of a direction. Hope someone can explain the fundamental pros and cons of Docker vs…
stashfree
  • 625
  • 5
  • 19
8
votes
2 answers

Docker vs. Rocket in development

Why should I consider using Rocket instead of Docker in our development pipeline. We would like to use docker to create testable containers, but now there is Rocket which pretends to know the same. If we would like to start containerization should…
Zveratko
  • 2,349
  • 3
  • 26
  • 53
4
votes
1 answer

RISC-V Rocket Cache Coherence

For the RISC-V Rocket processor, what kind of write policy do the caches employ (e.g. Write Back + Allocate, Write Through + No Allocate)? How are the L1 caches kept coherent with the L2 caches in RISC-V?
Caylen Lee
  • 75
  • 5
2
votes
1 answer

Rocket Universe & Unidata File

This is just for clarification, know exactly what a qpointer is but today in a meeting the concept of a dpointer was raised. Anyone know what a "D" pointer refers to? Never ever heard this term before.
ScaryMinds
  • 325
  • 2
  • 10
2
votes
4 answers

How to enable containers internet access through flannel?

Problem: / # ping 8.8.8.8 PING 8.8.8.8 (8.8.8.8): 56 data bytes ping: sendto: Network unreachable Example container ifconfig: eth0 Link encap:Ethernet HWaddr F2:3D:87:30:39:B8 inet addr:10.2.8.64 Bcast:0.0.0.0 Mask:255.255.255.0 …
untorhe
  • 31
  • 1
  • 5
2
votes
1 answer

Running SPEC06 with RISCV architecture

I want to run SPEC06 benchmarks with the changes I made to the RISC-V Rocket chip architecture and the RISC-V compiler. I am aware Dhrystone is already there, but I want to measure performances with other benchmarks. What are the steps to be able to…
Monjur
  • 51
  • 4
2
votes
1 answer

Showing Chisel signals in VCD

I'm working with a RISC-V Rocket chip. I added some of my own signals and logic and wanted to see the values of existing signals in the Rocket chip that aren't already shown in the VCD waveform. How do I dump these signals in the VCD file?
Caylen Lee
  • 75
  • 5
2
votes
1 answer

Does anyone know how to add new user on rocket universe?

I have installed Rocket Universe database on my computer, however, I need a username and password to connect through JDBC. Do you know how I can add a new user? Thank you
Joe
  • 23
  • 3
1
vote
1 answer

the trait `Serialize` is not implemented for <'_>

#[derive(serde::Serialize)] struct IndexLink<'r>{ text: &'r str, link: &'r str; } #[derive(serde::Serialize)] struct IndexContext<'r> { title: &'r str, links: Vec<&'r IndexLink<&'r>> } #[get("/")] pub fn index() -> Template { …
cylde-frog
  • 78
  • 9
1
vote
1 answer

Rocket Universe Dictionary passing VM attribute value to subroutine

Okay this might get a tad complex or not. Have a file with a multivalues in attribute 4 I want to write another dictionary item that loops through the multivalue list, calls a subroutine and returns calculated values for each item in attribute…
ScaryMinds
  • 325
  • 2
  • 10
1
vote
1 answer

wIntegrate add text to dbgrid column headers

Well the documentation is non-existent on this one, which would seem a pretty straight forward things to want to do. Am trying to add column header text to row 0 and it simply is not playing ball. * Load up the Column REC = "Cell 0,1":VM:"Cell…
ScaryMinds
  • 325
  • 2
  • 10
1
vote
1 answer

Is it possible to display included source code

Have a subroutine with a $include file item in it. One of the common variables held in the $include file isn't being updated. Wondering if somehow the include isn't being included, hence question regarding displaying source code including $include…
ScaryMinds
  • 325
  • 2
  • 10
1
vote
0 answers

Small change in large file in Docker container produces huge layer

I am using docker to have versioned database on my local dev environment (e.g. to be able to snapshot/revert db state). I need it due to nature of my work. I can not use transactions to achieve what I want [one of reasons - some of statements are…
andll
  • 309
  • 2
  • 8
1
vote
1 answer

Include/Exclude L2 from RISC-V Rocket

How do I include/remove the L2 cache in the RISC-V Rocket chip? Is it something I need to change in the rocket chip's config file?
Caylen Lee
  • 75
  • 5
1
vote
1 answer

Production ready LAMP stack - in Docket, Rocket etc

Id like to use cloud hosting platforms like Digital Ocean or Linode, but Im a bit concerned about my server configuration, its not something Ive had experience of, does any one know if there is a Docker package (or any other environment file) that i…
sam
  • 8,194
  • 30
  • 94
  • 152
1
2